diff options
author | Alan Modra <amodra@gmail.com> | 2001-08-27 10:38:41 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-08-27 10:38:41 +0000 |
commit | 87e9f9607581d6281c3c6cdc4b59a1e313a330d7 (patch) | |
tree | 87b4fadabb2e7c1b59abf593ea227206d0cd27d7 | |
parent | e4b172749ce95c1a8523817682918a2e4977cf78 (diff) | |
download | gdb-87e9f9607581d6281c3c6cdc4b59a1e313a330d7.zip gdb-87e9f9607581d6281c3c6cdc4b59a1e313a330d7.tar.gz gdb-87e9f9607581d6281c3c6cdc4b59a1e313a330d7.tar.bz2 |
* binutils-all/readelf.s-64: Adjust offsets for powerpc64. Don't
use constructs like [45][08] when all combinations are not valid.
Instead use (48|50) to explicitly state which values are correct.
-rw-r--r-- | binutils/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/readelf.s-64 | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 814d170..7aa5d46 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2001-08-27 Alan Modra <amodra@bigpond.net.au> + + * binutils-all/readelf.s-64: Adjust offsets for powerpc64. Don't + use constructs like [45][08] when all combinations are not valid. + Instead use (48|50) to explicitly state which values are correct. + 2001-08-21 H.J. Lu <hjl@gnu.org> * binutils-all/readelf.r: Updated for the readelf change. diff --git a/binutils/testsuite/binutils-all/readelf.s-64 b/binutils/testsuite/binutils-all/readelf.s-64 index 007d727..5496b41 100644 --- a/binutils/testsuite/binutils-all/readelf.s-64 +++ b/binutils/testsuite/binutils-all/readelf.s-64 @@ -9,11 +9,11 @@ Section Headers: 00000000000000.. 0000000000000000 AX 0 0 .* \[ 2\] .rel.+text +REL. +0+ 0+.* 000000000000001. 000000000000001. . 1 8 - \[ 3\] .data PROGBITS 0000000000000000 000000[45][08] - 0000000000000004 0000000000000000 WA 0 0 .* - \[ 4\] .bss NOBITS 0000000000000000 000000[45][c4] + \[ 3\] .data PROGBITS 0000000000000000 000000(48|50) + 000000000000000[48] 0000000000000000 WA 0 0 .* + \[ 4\] .bss NOBITS 0000000000000000 000000(4c|50|54|58) 0000000000000000 0000000000000000 WA 0 0 .* - \[ 5\] .shstrtab STRTAB 0000000000000000 000000[45][c4] + \[ 5\] .shstrtab STRTAB 0000000000000000 000000(4c|50|54|58) 00000000000000.. 0000000000000000 0 0 .* \[ 6\] .symtab SYMTAB 0000000000000000 0+.* 0+.* 0000000000000018 7 6 8 |