aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2000-05-25 00:39:59 +0000
committerHans-Peter Nilsson <hp@axis.com>2000-05-25 00:39:59 +0000
commit964802a85655ad5c451dc09d223246003dfb52bb (patch)
treea54d75b9e96745cc0fdc191552fb0bb5944e0284
parente6031aeb52be6c31dc1c7cbd7c74de76a114ad02 (diff)
downloadfsf-binutils-gdb-964802a85655ad5c451dc09d223246003dfb52bb.zip
fsf-binutils-gdb-964802a85655ad5c451dc09d223246003dfb52bb.tar.gz
fsf-binutils-gdb-964802a85655ad5c451dc09d223246003dfb52bb.tar.bz2
Delete pass on manually added dependency for readelf.o for new target
-rw-r--r--bfd/doc/bfdint.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi
index 4fcbb2d..ef4fa91 100644
--- a/bfd/doc/bfdint.texi
+++ b/bfd/doc/bfdint.texi
@@ -1609,9 +1609,7 @@ 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}.
+code for @code{EM_@var{cpu}} as appropriate in @file{binutils/readelf.c}.
@node BFD ELF processor linker
@subsubsection Processor specific linker support