aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2000-05-24 18:21:53 +0000
committerHans-Peter Nilsson <hp@axis.com>2000-05-24 18:21:53 +0000
commitdd167cc82ff5da37e3de8630e2c86c907cc810b2 (patch)
treea53c6d13ec2aeff28d5ed626cfef20eca2498350
parent0f2c5ba5c5457819f3089c6ad9cd7fced6bc0538 (diff)
downloadbinutils-dd167cc82ff5da37e3de8630e2c86c907cc810b2.zip
binutils-dd167cc82ff5da37e3de8630e2c86c907cc810b2.tar.gz
binutils-dd167cc82ff5da37e3de8630e2c86c907cc810b2.tar.bz2
* bfdint.texi (BFD ELF processor required): Add paragraph about
target necessities for readelf.
-rw-r--r--bfd/doc/ChangeLog5
-rw-r--r--bfd/doc/bfdint.texi6
2 files changed, 11 insertions, 0 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog
index 67b346b..39c7265 100644
--- a/bfd/doc/ChangeLog
+++ b/bfd/doc/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 24 12:03:25 2000 Hans-Peter Nilsson <hp@axis.com>
+
+ * bfdint.texi (BFD ELF processor required): Add paragraph about
+ target necessities for readelf.
+
2000-04-30 Ben Elliston <bje@redhat.com>
* bfdint.texi (BFD generated files): Fix another typo.
diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi
index 87779d3..4fcbb2d 100644
--- a/bfd/doc/bfdint.texi
+++ b/bfd/doc/bfdint.texi
@@ -1607,6 +1607,12 @@ it should use the @samp{START_RELOC_NUMBERS}, @samp{RELOC_NUMBER},
macros to create a table mapping the number used to indentify a
relocation to a name describing that relocation.
+While not a BFD component, you probably also want to make the binutils
+program @samp{readelf} parse your ELF objects. For this, you need to add
+a dependency for @file{readelf.o} on @file{include/elf/@var{cpu}.h} in
+@file{binutils/Makefile.am}, and code for @code{EM_@var{cpu}} as
+appropriate in @file{binutils/readelf.c}.
+
@node BFD ELF processor linker
@subsubsection Processor specific linker support