aboutsummaryrefslogtreecommitdiff
path: root/gas/as.c
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1994-06-03 21:19:02 +0000
committerDavid MacKenzie <djm@cygnus>1994-06-03 21:19:02 +0000
commitbaed44cd14abcae7603f16b2b8c865e714dc0f6b (patch)
tree6b052e3903faea1400a46a34c79690e34be5df1c /gas/as.c
parentdbc0fdd792587b67f84d09394afc6d11cd86f4eb (diff)
downloadgdb-baed44cd14abcae7603f16b2b8c865e714dc0f6b.zip
gdb-baed44cd14abcae7603f16b2b8c865e714dc0f6b.tar.gz
gdb-baed44cd14abcae7603f16b2b8c865e714dc0f6b.tar.bz2
* as.c (show_usage), config/tc-alpha.c (md_show_usage),
config/tc-mips.c (md_show_usage): Fix up messages.
Diffstat (limited to 'gas/as.c')
-rw-r--r--gas/as.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gas/as.c b/gas/as.c
index 3091506..424d202 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -111,7 +111,7 @@ Options:\n\
l include assembly\n\
n omit forms processing\n\
s include symbols\n\
--D ignored\n\
+-D produce assembler debugging messages\n\
-f skip whitespace and comment preprocessing\n\
--help show this message and exit\n\
-I DIR add DIR to search list for .include directives\n\
@@ -119,13 +119,14 @@ Options:\n\
-K warn when differences altered for long displacements\n\
-L keep local symbols (starting with `L')\n");
fprintf (stream, "\
+-nocpp ignored\n\
-o OBJFILE name the object-file output OBJFILE (default a.out)\n\
-R fold data section into text section\n\
--statistics print maximum bytes and total seconds used\n\
--version print assembler version number and exit\n\
-W suppress warnings\n\
-w ignored\n\
--x ignored\n\
+-X ignored\n\
-Z generate object file even after errors\n");
md_show_usage (stream);
@@ -298,7 +299,7 @@ parse_args (pargc, pargv)
case 'D':
/* DEBUG is implemented: it debugs different */
- /* things to other people's assemblers. */
+ /* things from other people's assemblers. */
flag_debug = 1;
break;