diff options
author | Chandra Chavva <cchavva@redhat.com> | 2000-10-17 20:10:20 +0000 |
---|---|---|
committer | Chandra Chavva <cchavva@redhat.com> | 2000-10-17 20:10:20 +0000 |
commit | ea20a7da87b245e4eb49ccc0688b9052c8815fe1 (patch) | |
tree | 0b63af43f455a9ea9019e5b1d539419a83670ad0 /gas/doc | |
parent | 13a5e3b8410e0157f5fb92e53b05a044236087b2 (diff) | |
download | gdb-ea20a7da87b245e4eb49ccc0688b9052c8815fe1.zip gdb-ea20a7da87b245e4eb49ccc0688b9052c8815fe1.tar.gz gdb-ea20a7da87b245e4eb49ccc0688b9052c8815fe1.tar.bz2 |
Added new option --target-help.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 110d23a..88c447c 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -205,7 +205,7 @@ Here is a brief summary of how to invoke @code{@value{AS}}. For details, [ -f ] [ --gstabs ] [ --gdwarf2 ] [ --help ] [ -I @var{dir} ] [ -J ] [ -K ] [ -L ] [ --keep-locals ] [ -o @var{objfile} ] [ -R ] [ --statistics ] [ -v ] [ -version ] [ --version ] [ -W ] [ --warn ] [ --fatal-warnings ] - [ -w ] [ -x ] [ -Z ] + [ -w ] [ -x ] [ -Z ] [ --target-help ] @ifset A29K @c am29k has no machine-dependent assembler options @end ifset @@ -343,6 +343,9 @@ may help debugging assembler code, if the debugger can handle it. @item --help Print a summary of the command line options and exit. +@item --target-help +Print a summary of all target specific options and exit. + @item -I @var{dir} Add directory @var{dir} to the search list for @code{.include} directives. |