]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* as.c (parse_args): Correct option name "listing-lhs-width2".
authorAlan Modra <amodra@gmail.com>
Wed, 6 Jun 2001 03:43:48 +0000 (03:43 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 6 Jun 2001 03:43:48 +0000 (03:43 +0000)
gas/ChangeLog
gas/as.c

index f4381f25a2c7facf82e1a55b8c7578002ea94b56..785726db41737d8152459f54b05f3eeafe44fe36 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-06  Tracy Kuhrt <Tracy.Kuhrt@microchip.com>
+
+       * as.c (parse_args): Correct option name "listing-lhs-width2".
+
 2001-05-30  Richard Henderson  <rth@redhat.com>
 
        * read.c (emit_leb128_expr): Call md_cons_align.
index 8c7493db2a49215c42f0a8874f8f84d8873bb37a..880b1f7c192a758d4f96b0c7441a2197bc710c4a 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -401,7 +401,7 @@ parse_args (pargc, pargv)
 #define OPTION_LISTING_LHS_WIDTH (OPTION_STD_BASE + 9)
     {"listing-lhs-width", required_argument, NULL, OPTION_LISTING_LHS_WIDTH},
 #define OPTION_LISTING_LHS_WIDTH2 (OPTION_STD_BASE + 10)
-    {"listing-lhs-width", required_argument, NULL, OPTION_LISTING_LHS_WIDTH2},
+    {"listing-lhs-width2", required_argument, NULL, OPTION_LISTING_LHS_WIDTH2},
 #define OPTION_LISTING_RHS_WIDTH (OPTION_STD_BASE + 11)
     {"listing-rhs-width", required_argument, NULL, OPTION_LISTING_RHS_WIDTH},
 #define OPTION_LISTING_CONT_LINES (OPTION_STD_BASE + 12)