aboutsummaryrefslogtreecommitdiff
path: root/bfd/doc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-04-16 15:16:00 +0930
committerAlan Modra <amodra@gmail.com>2018-04-16 15:16:00 +0930
commitfdef3943443987525aea4f3ebe1f569f7070fcc8 (patch)
tree46663d91a4a62867354758983ff86bb1f29b85e2 /bfd/doc
parentde96689e03235bfd65a33704a9d398cb666140f4 (diff)
downloadbinutils-fdef3943443987525aea4f3ebe1f569f7070fcc8.zip
binutils-fdef3943443987525aea4f3ebe1f569f7070fcc8.tar.gz
binutils-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')
-rw-r--r--bfd/doc/bfd.texinfo1
-rw-r--r--bfd/doc/bfdint.texi5
-rw-r--r--bfd/doc/bfdsumm.texi4
3 files changed, 3 insertions, 7 deletions
diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo
index 479a4a8..8f925a1 100644
--- a/bfd/doc/bfd.texinfo
+++ b/bfd/doc/bfd.texinfo
@@ -294,7 +294,6 @@ structures.
* mmo :: mmo backend
@ignore
* oasys :: oasys backends
-* ieee :: ieee backend
* srecord :: s-record backend
@end ignore
@end menu
diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi
index 954a47a..c9f8942 100644
--- a/bfd/doc/bfdint.texi
+++ b/bfd/doc/bfdint.texi
@@ -336,8 +336,6 @@ COFF.
ECOFF.
@item bfd_target_elf_flavour
ELF.
-@item bfd_target_ieee_flavour
-IEEE-695.
@item bfd_target_oasys_flavour
OASYS.
@item bfd_target_tekhex_flavour
@@ -1167,8 +1165,7 @@ address of the section contents.
In general, relocations can be arbitrarily complex. For example,
relocations used in dynamic linking systems often require the linker to
allocate space in a different section and use the offset within that
-section as the value to store. In the IEEE object file format,
-relocations may involve arbitrary expressions.
+section as the value to store.
When doing a relocatable link, the linker may or may not have to do
anything with a relocation, depending upon the definition of the
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