* lexsup.c (parse_args): Treat -i as a synonym for -r.
authorIan Lance Taylor <ian@airs.com>
Mon, 13 Jun 1994 21:00:20 +0000 (21:00 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 13 Jun 1994 21:00:20 +0000 (21:00 +0000)
ld/ChangeLog
ld/lexsup.c

index 96c6cac..6fd67f4 100644 (file)
@@ -1,5 +1,7 @@
 Mon Jun 13 15:46:09 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
+       * lexsup.c (parse_args): Treat -i as a synonym for -r.
+
        * ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that
        BLOCK works in a section address as documented.
 
index bf2365c..8b1a1cd 100644 (file)
@@ -231,6 +231,7 @@ parse_args (argc, argv)
        case OPTION_OFORMAT:
          lang_add_output_format (optarg, 0);
          break;
+       case 'i':
        case 'r':
          link_info.relocateable = true;
          config.build_constructors = false;