diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-05-24 18:21:53 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-05-24 18:21:53 +0000 |
commit | 6330d75bf088a4554bc9f0603d85d440fddd3edf (patch) | |
tree | ee71229253f3f0b59f614b5d1e5cff0afd45f7c2 /bfd/doc/bfdint.texi | |
parent | a2f2381a3284dfa8cd32510bc36cb1480a9199ac (diff) | |
download | gdb-6330d75bf088a4554bc9f0603d85d440fddd3edf.tar.gz |
* bfdint.texi (BFD ELF processor required): Add paragraph about
target necessities for readelf.
Diffstat (limited to 'bfd/doc/bfdint.texi')
-rw-r--r-- | bfd/doc/bfdint.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi index 87779d3688c..4fcbb2d7e1c 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 |