Remove L fromlist of accepting listin goptions
authorNick Clifton <nickc@redhat.com>
Wed, 6 Jun 2001 17:32:38 +0000 (17:32 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 6 Jun 2001 17:32:38 +0000 (17:32 +0000)
gas/ChangeLog
gas/as.c

index 82cc92c7fb7c5ac70d7c6c7e387ea63977c8b697..7dedbfe9e2674655bbc89897b3361cf8650277f2 100644 (file)
@@ -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
index 7804b5a18927dcc23dd70ce1b11fc2fac996b9ef..e8c22125f7f5f2b697b0e6af4ab6bce8b83ec98e 100644 (file)
--- a/gas/as.c
+++ b/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, _("\
This page took 0.030261 seconds and 4 git commands to generate.