mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
* as.c (parse_args): Correct option name "listing-lhs-width2".
This commit is contained in:
@ -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
|
||||
|
2
gas/as.c
2
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)
|
||||
|
Reference in New Issue
Block a user