diff options
author | David MacKenzie <djm@cygnus> | 1994-06-03 21:19:02 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1994-06-03 21:19:02 +0000 |
commit | baed44cd14abcae7603f16b2b8c865e714dc0f6b (patch) | |
tree | 6b052e3903faea1400a46a34c79690e34be5df1c /gas/config/tc-mips.c | |
parent | dbc0fdd792587b67f84d09394afc6d11cd86f4eb (diff) | |
download | gdb-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/config/tc-mips.c')
-rw-r--r-- | gas/config/tc-mips.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index e77ef72..4b6525e 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -5068,7 +5068,6 @@ md_show_usage (stream) fprintf(stream, "\ MIPS options:\n\ -membedded-pic generate embedded position independent code\n\ --nocpp ignored\n\ -EB generate big endian output\n\ -EL generate little endian output\n\ -g, -g2 do not remove uneeded NOPs or swap branches\n\ |