diff options
author | Alan Modra <amodra@gmail.com> | 2001-06-06 03:42:24 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-06-06 03:42:24 +0000 |
commit | 3c5cdb543e1f70a38fe2959044eb1976c80ccbf1 (patch) | |
tree | d60c03f128e3e156ee555dd525802b55caec32ec /gas/as.c | |
parent | 92ed29ef02f64421c415bfb718f5678cdb0b1634 (diff) | |
download | gdb-3c5cdb543e1f70a38fe2959044eb1976c80ccbf1.zip gdb-3c5cdb543e1f70a38fe2959044eb1976c80ccbf1.tar.gz gdb-3c5cdb543e1f70a38fe2959044eb1976c80ccbf1.tar.bz2 |
* as.c (parse_args): Correct option name "listing-lhs-width2".
Diffstat (limited to 'gas/as.c')
-rw-r--r-- | gas/as.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |