diff options
author | David MacKenzie <djm@cygnus> | 1994-06-03 21:07:48 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1994-06-03 21:07:48 +0000 |
commit | dbc0fdd792587b67f84d09394afc6d11cd86f4eb (patch) | |
tree | 19daf3adb09c198ebb780286bac5101a46910a8e /gas | |
parent | def66e248c4dff4e2d5095a9a7739a06adf3fa78 (diff) | |
download | gdb-dbc0fdd792587b67f84d09394afc6d11cd86f4eb.zip gdb-dbc0fdd792587b67f84d09394afc6d11cd86f4eb.tar.gz gdb-dbc0fdd792587b67f84d09394afc6d11cd86f4eb.tar.bz2 |
improve usage message
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/tc-vax.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/config/tc-vax.c b/gas/config/tc-vax.c index acb4b99..abfc568 100644 --- a/gas/config/tc-vax.c +++ b/gas/config/tc-vax.c @@ -3191,9 +3191,10 @@ VAX options:\n\ #ifdef OBJ_VMS fprintf (stream, "\ -+ hash names longer than 31 characters\n\ --1 ?\n\ +-1 don't do const thing\n\ -H show new symbol after hash truncation\n\ --h do not hash mixed-case names\n\ +-h NUM don't hash mixed-case names, and adjust case:\n\ + 0 = upper, 2 = lower, 3 = preserve case\n\ -vVERSION compiler version is VERSION\n"); #endif } |