aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2001-09-05 02:26:04 +0000
committerJeff Law <law@redhat.com>2001-09-05 02:26:04 +0000
commitb8720f9d577e623c5e7203ec586f19a06b5e7399 (patch)
treec7e38b9b45faf230674288dff24ffe912a2ee8ca /binutils/testsuite
parentef96bde82e147421678d9f5390f5d3632d314d2c (diff)
downloadfsf-binutils-gdb-b8720f9d577e623c5e7203ec586f19a06b5e7399.zip
fsf-binutils-gdb-b8720f9d577e623c5e7203ec586f19a06b5e7399.tar.gz
fsf-binutils-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/testsuite')
-rw-r--r--binutils/testsuite/ChangeLog5
-rw-r--r--binutils/testsuite/binutils-all/readelf.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index 7aa5d46..ff1b14e 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 4 20:25:41 2001 Jeffrey A Law (law@cygnus.com)
+
+ * binutils/all/readelf.exp: Expect readelf -wi to
+ fail for the H8 series.
+
2001-08-27 Alan Modra <amodra@bigpond.net.au>
* binutils-all/readelf.s-64: Adjust offsets for powerpc64. Don't
diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp
index c56fef7..765ce03 100644
--- a/binutils/testsuite/binutils-all/readelf.exp
+++ b/binutils/testsuite/binutils-all/readelf.exp
@@ -287,4 +287,4 @@ if [is_remote host] {
# The xfail targets here do not default to DWARF2 format debug information
# The symptom is that the output of 'readelf -wi' is empty.
-readelf_test -wi $tempfile readelf.wi {v850*-*-* cris-*-* *-*-linux*}
+readelf_test -wi $tempfile readelf.wi {v850*-*-* cris-*-* *-*-linux* h8300*-*-*}