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/section.c | |
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/section.c')
-rw-r--r-- | bfd/section.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bfd/section.c b/bfd/section.c index 6aa18d5..752f291 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -65,10 +65,7 @@ SUBSECTION data in place until a <<bfd_get_section_contents>> call is made. Other back ends may read in all the data at once. For example, an S-record file has to be read once to determine the - size of the data. An IEEE-695 file doesn't contain raw data in - sections, but data and relocation expressions intermixed, so - the data area has to be parsed to get out the data and - relocations. + size of the data. INODE Section Output, typedef asection, Section Input, Sections |