* gasp.c (change_base): Don't modify numbers in strings. (pr7583)
[deliverable/binutils-gdb.git] / ld / ldmain.c
index a0f5eb5c157d5702b1955231c5af33ccf08909a2..55049d71c46049740f37948e52155936a267a045 100644 (file)
@@ -180,6 +180,7 @@ main (argc, argv)
   link_info.callbacks = &link_callbacks;
   link_info.relocateable = false;
   link_info.shared = false;
+  link_info.symbolic = false;
   link_info.strip = strip_none;
   link_info.discard = discard_none;
   link_info.lprefix_len = 1;
@@ -219,8 +220,6 @@ main (argc, argv)
     {
       if (command_line.relax)
        einfo ("%P%F: -relax and -r may not be used together\n");
-      if (config.dynamic_link)
-       einfo ("%P%F: -r and -call_shared may not be used together\n");
       if (link_info.shared)
        einfo ("%P%F: -r and -shared may not be used together\n");
     }
This page took 0.024354 seconds and 4 git commands to generate.