diff options
author | Jeff Law <law@redhat.com> | 2001-09-05 02:26:04 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2001-09-05 02:26:04 +0000 |
commit | b8720f9d577e623c5e7203ec586f19a06b5e7399 (patch) | |
tree | c7e38b9b45faf230674288dff24ffe912a2ee8ca /binutils/ChangeLog | |
parent | ef96bde82e147421678d9f5390f5d3632d314d2c (diff) | |
download | gdb-b8720f9d577e623c5e7203ec586f19a06b5e7399.zip gdb-b8720f9d577e623c5e7203ec586f19a06b5e7399.tar.gz gdb-b8720f9d577e623c5e7203ec586f19a06b5e7399.tar.bz2 |
* readelf.c: Include elf/h8 for H8 series definitions.
(guess_is_rela): H8 series if RELA.
(dump_relocations): Handle H8 series relocations.
* testsuite/binutils/all/readelf.exp: Expect readelf -wi to
fail for the H8 series.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6b1d848..d437829 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 4 20:26:08 2001 Jeffrey A Law (law@cygnus.com) + + * readelf.c: Include elf/h8 for H8 series definitions. + (guess_is_rela): H8 series if RELA. + (dump_relocations): Handle H8 series relocations. + 2001-08-31 Eric Christopher <echristo@redhat.com> * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K. |