From: amodra Date: Wed, 6 Jun 2001 03:42:24 +0000 (+0000) Subject: * as.c (parse_args): Correct option name "listing-lhs-width2". X-Git-Tag: cygwin_daemon_merge_HEAD~4749 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=afdc1683e937067581f793e1a227011e932af609;p=pf3gnuchains%2Fpf3gnuchains4x.git * as.c (parse_args): Correct option name "listing-lhs-width2". --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 429cc14211..b7e0b11eb9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2001-06-06 Tracy Kuhrt + + * as.c (parse_args): Correct option name "listing-lhs-width2". + 2001-06-05 Nick Clifton * symbols.c (S_SET_EXTERNAL): Do not override a section symbol's diff --git a/gas/as.c b/gas/as.c index b8d7b44eb4..7804b5a189 100644 --- 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)