Remove L fromlist of accepting listin goptions
This commit is contained in:
parent
0cd64fe2f1
commit
6da13e9a21
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-06-06 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* as.c (show_usage): Remove L from listing options. It is not a
|
||||
generic option.
|
||||
|
||||
2001-06-06 Christian Groessler <cpg@aladdin.de>
|
||||
|
||||
* config/tc-z8k.c: Removed many warnings by removing unused
|
||||
|
|
1
gas/as.c
1
gas/as.c
|
@ -232,7 +232,6 @@ Options:\n\
|
|||
m include macro expansions\n\
|
||||
n omit forms processing\n\
|
||||
s include symbols\n\
|
||||
L include line debug statistics (if applicable)\n\
|
||||
=FILE list to FILE (must be last sub-option)\n"));
|
||||
|
||||
fprintf (stream, _("\
|
||||
|
|
Loading…
Reference in a new issue