diff options
author | Andreas Jaeger <aj@suse.de> | 2001-06-19 08:16:26 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-06-19 08:16:26 +0000 |
commit | f1e0121648460d09a3436a3c06fcede8a7ac18e6 (patch) | |
tree | ff83428e5ff3205f3a07aa58e6a26626ebf7cf3c /binutils | |
parent | 2172d73b217f1f6f063a598c6752723ef3680821 (diff) | |
download | gdb-f1e0121648460d09a3436a3c06fcede8a7ac18e6.zip gdb-f1e0121648460d09a3436a3c06fcede8a7ac18e6.tar.gz gdb-f1e0121648460d09a3436a3c06fcede8a7ac18e6.tar.bz2 |
* binutils-all/readelf.r: Don't check for specific info value to
pass testsuite on ia64 and alpha.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/readelf.r | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 97c0c63..5bf27c0 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-06-19 Andreas Jaeger <aj@suse.de> + + * binutils-all/readelf.r: Don't check for specific info value to + pass testsuite on ia64 and alpha. + 2001-06-07 H.J. Lu <hjl@gnu.org> * binutils-all/readelf.ss-mips: Support stabs. @@ -759,4 +764,3 @@ Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com) of dejagnu. The modifications to these testcases, etc., which will allow them to work with the new version of dejagnu will be made in a future update. - diff --git a/binutils/testsuite/binutils-all/readelf.r b/binutils/testsuite/binutils-all/readelf.r index 1349659..4a3ef1c 100644 --- a/binutils/testsuite/binutils-all/readelf.r +++ b/binutils/testsuite/binutils-all/readelf.r @@ -1,4 +1,4 @@ Relocation section '.rel.*text' at offset 0x.* contains 1 entries: Offset Info Type Symbol's Value Symbol's Name.* - 00000004 00.* R_.*00000000 external_symbol.* + 00000004 [0-9A-Fa-f]+ *R_.*00000000 external_symbol.* |