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 /bfd/doc/bfdsumm.texi | |
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 'bfd/doc/bfdsumm.texi')
-rw-r--r-- | bfd/doc/bfdsumm.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/doc/bfdsumm.texi b/bfd/doc/bfdsumm.texi index c02c27a..848c06e 100644 --- a/bfd/doc/bfdsumm.texi +++ b/bfd/doc/bfdsumm.texi @@ -120,7 +120,7 @@ to allow users to throw it away. There is one word of type information within the symbol, so if the format supports symbol type information within symbols (for example, COFF, -IEEE, Oasys) and the type is simple enough to fit within one word +Oasys) and the type is simple enough to fit within one word (nearly everything but aggregates), the information will be preserved. @item relocation level @@ -146,5 +146,5 @@ pointer to the symbol, which allows finding out the address of the function whose line number is being described. The rest of the list is made up of pairs: offsets into the section and line numbers. Any format which can simply derive this information can pass it successfully -between formats (COFF, IEEE and Oasys). +between formats. @end table |