diff options
author | Alan Modra <amodra@gmail.com> | 2003-01-23 22:37:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-01-23 22:37:21 +0000 |
commit | 0ef7d236e5542346eecfb1f3a9184ae06461af46 (patch) | |
tree | 9f05887ce1ed64aa912e5f71350ddcc56c943c1d /ld/testsuite | |
parent | 1961827605b1cb6a8e247f6b976ee7d0be95ff29 (diff) | |
download | gdb-0ef7d236e5542346eecfb1f3a9184ae06461af46.zip gdb-0ef7d236e5542346eecfb1f3a9184ae06461af46.tar.gz gdb-0ef7d236e5542346eecfb1f3a9184ae06461af46.tar.bz2 |
* ld-alpha/tlsbin.sd: Cope with truncated address in data dumps.
* ld-alpha/tlsbin.td: Likewise.
* ld-alpha/tlsbinr.sd: Likewise.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-alpha/tlsbin.sd | 12 | ||||
-rw-r--r-- | ld/testsuite/ld-alpha/tlsbin.td | 12 | ||||
-rw-r--r-- | ld/testsuite/ld-alpha/tlsbinr.sd | 2 |
4 files changed, 19 insertions, 13 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index b080896..b76242e 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2003-01-24 Alan Modra <amodra@bigpond.net.au> + + * ld-alpha/tlsbin.sd: Cope with truncated address in data dumps. + * ld-alpha/tlsbin.td: Likewise. + * ld-alpha/tlsbinr.sd: Likewise. + 2003-01-21 Richard Henderson <rth@redhat.com> * ld-alpha/alpha.exp: New. diff --git a/ld/testsuite/ld-alpha/tlsbin.sd b/ld/testsuite/ld-alpha/tlsbin.sd index 9f5e240..bca4015 100644 --- a/ld/testsuite/ld-alpha/tlsbin.sd +++ b/ld/testsuite/ld-alpha/tlsbin.sd @@ -9,9 +9,9 @@ .*: +file format elf64-alpha Contents of section .got: - 1200121d0 00000000 00000000 c0210120 01000000 .* - 1200121e0 56000000 00000000 00000000 00000000 .* - 1200121f0 00000000 00000000 01000000 00000000 .* - 120012200 00000000 00000000 01000000 00000000 .* - 120012210 24000000 00000000 90000000 00000000 .* - 120012220 98000000 00000000 .* + 1?200121d0 00000000 00000000 c0210120 01000000 .* + 1?200121e0 56000000 00000000 00000000 00000000 .* + 1?200121f0 00000000 00000000 01000000 00000000 .* + 1?20012200 00000000 00000000 01000000 00000000 .* + 1?20012210 24000000 00000000 90000000 00000000 .* + 1?20012220 98000000 00000000 .* diff --git a/ld/testsuite/ld-alpha/tlsbin.td b/ld/testsuite/ld-alpha/tlsbin.td index 4e8b2c7..f5e84c4 100644 --- a/ld/testsuite/ld-alpha/tlsbin.td +++ b/ld/testsuite/ld-alpha/tlsbin.td @@ -9,9 +9,9 @@ .*: +file format elf64-alpha Contents of section .tdata: - 120012000 11000000 12000000 13000000 14000000 .* - 120012010 15000000 16000000 17000000 18000000 .* - 120012020 41000000 42000000 43000000 44000000 .* - 120012030 45000000 46000000 47000000 48000000 .* - 120012040 01010000 02010000 03010000 04010000 .* - 120012050 05010000 06010000 07010000 08010000 .* + 1?20012000 11000000 12000000 13000000 14000000 .* + 1?20012010 15000000 16000000 17000000 18000000 .* + 1?20012020 41000000 42000000 43000000 44000000 .* + 1?20012030 45000000 46000000 47000000 48000000 .* + 1?20012040 01010000 02010000 03010000 04010000 .* + 1?20012050 05010000 06010000 07010000 08010000 .* diff --git a/ld/testsuite/ld-alpha/tlsbinr.sd b/ld/testsuite/ld-alpha/tlsbinr.sd index 0329537..7a8d6b2 100644 --- a/ld/testsuite/ld-alpha/tlsbinr.sd +++ b/ld/testsuite/ld-alpha/tlsbinr.sd @@ -9,4 +9,4 @@ .*: +file format elf64-alpha Contents of section .got: - 1200121a0 00000000 00000000 00000000 00000000 .* + 1?200121a0 00000000 00000000 00000000 00000000 .* |