* as.c (parse_args): Correct option name "listing-lhs-width2".
authorAlan Modra <amodra@gmail.com>
Wed, 6 Jun 2001 03:42:24 +0000 (03:42 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 6 Jun 2001 03:42:24 +0000 (03:42 +0000)
gas/ChangeLog
gas/as.c

index 429cc14211761d0ad915e48823890a0731232661..b7e0b11eb9942115ecad5e234af06340e4518423 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-06-05  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * symbols.c (S_SET_EXTERNAL): Do not override a section symbol's
index b8d7b44eb4302b9c033d6209b6f18e4c0dde8054..7804b5a18927dcc23dd70ce1b11fc2fac996b9ef 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -402,7 +402,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)