diff options
author | Nick Clifton <nickc@redhat.com> | 2001-06-06 17:32:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-06-06 17:32:38 +0000 |
commit | 6da13e9a21eb80d2544f19520abdc49a70478fa4 (patch) | |
tree | 95ed0fa217514eccaac5d920f5bf643939fb35a6 /gas | |
parent | 0cd64fe2f15055a62c91906d8a660c607413cdc5 (diff) | |
download | fsf-binutils-gdb-6da13e9a21eb80d2544f19520abdc49a70478fa4.zip fsf-binutils-gdb-6da13e9a21eb80d2544f19520abdc49a70478fa4.tar.gz fsf-binutils-gdb-6da13e9a21eb80d2544f19520abdc49a70478fa4.tar.bz2 |
Remove L fromlist of accepting listin goptions
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/as.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 82cc92c..7dedbfe 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 @@ -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, _("\ |