diff options
author | Nick Clifton <nickc@redhat.com> | 1999-09-01 09:28:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-09-01 09:28:07 +0000 |
commit | cdf82bcf482ee1bbe3cb5c9acde17c9fa7bb7a82 (patch) | |
tree | 3f18eb1c374670f059f85ae2bef03fde7a95b3d8 /gas/as.c | |
parent | 0ac384805524cfa6a3626990041853682a13c383 (diff) | |
download | gdb-cdf82bcf482ee1bbe3cb5c9acde17c9fa7bb7a82.zip gdb-cdf82bcf482ee1bbe3cb5c9acde17c9fa7bb7a82.tar.gz gdb-cdf82bcf482ee1bbe3cb5c9acde17c9fa7bb7a82.tar.bz2 |
Document new command line switches.
Diffstat (limited to 'gas/as.c')
-rw-r--r-- | gas/as.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -153,6 +153,7 @@ Options:\n\ --defsym SYM=VAL define symbol SYM to given value\n\ -f skip whitespace and comment preprocessing\n\ --gstabs generate stabs debugging information\n\ + --gdwarf2 generate DWARF2 debugging information\n\ --help show this message and exit\n\ -I DIR add DIR to search list for .include directives\n\ -J don't warn about signed overflow\n\ |