projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
def66e2
)
improve usage message
author
David MacKenzie
<djm@cygnus>
Fri, 3 Jun 1994 21:07:48 +0000
(21:07 +0000)
committer
David MacKenzie
<djm@cygnus>
Fri, 3 Jun 1994 21:07:48 +0000
(21:07 +0000)
gas/config/tc-vax.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-vax.c
b/gas/config/tc-vax.c
index acb4b99ea7b188ea623c8d5319ebb560cb08e866..abfc568adc12c7ca0e874117ba2c68ce47b7d5cc 100644
(file)
--- 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
}