diff options
author | Alan Modra <amodra@gmail.com> | 2018-04-16 15:16:00 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-04-16 15:16:00 +0930 |
commit | fdef3943443987525aea4f3ebe1f569f7070fcc8 (patch) | |
tree | 46663d91a4a62867354758983ff86bb1f29b85e2 /binutils/doc | |
parent | de96689e03235bfd65a33704a9d398cb666140f4 (diff) | |
download | gdb-fdef3943443987525aea4f3ebe1f569f7070fcc8.zip gdb-fdef3943443987525aea4f3ebe1f569f7070fcc8.tar.gz gdb-fdef3943443987525aea4f3ebe1f569f7070fcc8.tar.bz2 |
Remove IEEE 695 object support
include/
* ieee.h: Delete.
bfd/
* Makefile.am: Remove IEEE 695 support.
* archures.c: Likewise.
* bfd.c: Likewise.
* config.bfd: Likewise.
* configure.ac: Likewise.
* doc/bfd.texinfo: Likewise.
* doc/bfdint.texi: Likewise.
* doc/bfdsumm.texi: Likewise.
* section.c: Likewise.
* targets.c: Likewise.
* ieee.c: Delete.
* libieee.h: Delete.
* Makefile.in: Regenerate.
* bfd-in2.h: Regenerate.
* configure: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
binutils/
* Makefile.am: Remove IEEE 695 support.
* budbg.h: Likewise.
* doc/binutils.texi: Likewise.
* makefile.vms: Likewise.
* objcopy.c: Likewise.
* objdump.c: Likewise.
* rddbg.c: Likewise.
* ieee.c: Delete.
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
gas/
* app.c: Remove IEEE 695 support.
* symbols.c: Likewise.
ld/
* ld.texinfo: Remove IEEE 695 support.
* mri.c: Likewise.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index c965200..3a32cc4 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2162,9 +2162,9 @@ for more information on demangling. @item -g @itemx --debugging -Display debugging information. This attempts to parse STABS and IEEE +Display debugging information. This attempts to parse STABS debugging format information stored in the file and print it out using -a C like syntax. If neither of these formats are found this option +a C like syntax. If no STABS debuging was found this option falls back on the @option{-W} option to print any DWARF information in the file. |