diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-05-25 00:39:59 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-05-25 00:39:59 +0000 |
commit | 422b6c34e192e43bea884e60dffd4f191a485f50 (patch) | |
tree | 4d93385e364fc97f7d277559403724fc0ed650e2 /bfd/doc | |
parent | aa12a75fddb7ef534cf0d326ad92314a5da6b43e (diff) | |
download | gdb-422b6c34e192e43bea884e60dffd4f191a485f50.tar.gz |
Delete pass on manually added dependency for readelf.o for new target
Diffstat (limited to 'bfd/doc')
-rw-r--r-- | bfd/doc/bfdint.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi index 4fcbb2d7e1c..ef4fa910831 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 |