diff options
author | Nick Clifton <nickc@redhat.com> | 2000-10-25 19:15:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-10-25 19:15:34 +0000 |
commit | 85a396941012a60ef70ccc3de7de675e67d31325 (patch) | |
tree | af0e619c9cf2363b2065956934e1b8ff390f93e8 /gas/doc | |
parent | c56a7a95d19613c5111a365a0733d4a35bfbdbf6 (diff) | |
download | gdb-85a396941012a60ef70ccc3de7de675e67d31325.zip gdb-85a396941012a60ef70ccc3de7de675e67d31325.tar.gz gdb-85a396941012a60ef70ccc3de7de675e67d31325.tar.bz2 |
Add --gdwarf2 support to ARM toolchain
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 88c447c..76cd8ed 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -338,7 +338,8 @@ may help debugging assembler code, if the debugger can handle it. @item --gdwarf2 Generate DWARF2 debugging information for each assembler line. This -may help debugging assembler code, if the debugger can handle it. +may help debugging assembler code, if the debugger can handle it. Note - this +option is only supported by some targets, not all of them. @item --help Print a summary of the command line options and exit. |