mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* bfdint.texi (BFD ELF processor required): Add paragraph about
target necessities for readelf.
This commit is contained in:
@ -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>
|
2000-04-30 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
* bfdint.texi (BFD generated files): Fix another typo.
|
* bfdint.texi (BFD generated files): Fix another typo.
|
||||||
|
@ -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
|
macros to create a table mapping the number used to indentify a
|
||||||
relocation to a name describing that relocation.
|
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
|
@node BFD ELF processor linker
|
||||||
@subsubsection Processor specific linker support
|
@subsubsection Processor specific linker support
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user