diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-03-08 08:15:40 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-03-08 08:15:40 +0000 |
commit | 0b74f93c04ea699969fb60bcc150c9be841b23cf (patch) | |
tree | ce472cccfdc455b329f9e5eed3426cb2581de435 /gas/testsuite | |
parent | ea53e89f14887acd25d0538f6bfb0f3a632f3bae (diff) | |
download | gdb-0b74f93c04ea699969fb60bcc150c9be841b23cf.zip gdb-0b74f93c04ea699969fb60bcc150c9be841b23cf.tar.gz gdb-0b74f93c04ea699969fb60bcc150c9be841b23cf.tar.bz2 |
gas/testsuite/
2005-03-08 Jan Beulich <jbeulich@novell.com>
* gas/ia64/pcrel.d: Account for big endian target.
* gas/ia64/reloc-bad.s: Enforce 64-bit ABI.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/ia64/pcrel.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/ia64/reloc-bad.s | 1 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 7b3cf0f..7858ab8 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-03-08 Jan Beulich <jbeulich@novell.com> + + * gas/ia64/pcrel.d: Account for big endian target. + * gas/ia64/reloc-bad.s: Enforce 64-bit ABI. + 2005-03-08 Hans-Peter Nilsson <hp@axis.com> Adjust testsuite for cris-axis-aout. diff --git a/gas/testsuite/gas/ia64/pcrel.d b/gas/testsuite/gas/ia64/pcrel.d index c047caa..384ad6a 100644 --- a/gas/testsuite/gas/ia64/pcrel.d +++ b/gas/testsuite/gas/ia64/pcrel.d @@ -47,14 +47,14 @@ Contents of section \.movl: 0+40 05000000 01000000 00000040 00000060 .* 0+50 05000000 01000000 00000040 00000060 .* Contents of section \.data8: - 0+00 60000000 00000000 00000000 00000000 .* + 0+00 [06]0000000 000000[06]0 00000000 00000000 .* 0+10 00000000 00000000 00000000 00000000 .* 0+20 00000000 00000000 00000000 00000000 .* 0+30 00000000 00000000 00000000 00000000 .* 0+40 00000000 00000000 00000000 00000000 .* 0+50 00000000 00000000 00000000 00000000 .* Contents of section \.data4: - 0+00 60000000 00000000 00000000 00000000 .* + 0+00 [06]00000[06]0 00000000 00000000 00000000 .* 0+10 00000000 00000000 00000000 00000000 .* 0+20 00000000 00000000 00000000 00000000 .* 0+30 00000000 00000000 00000000 00000000 .* diff --git a/gas/testsuite/gas/ia64/reloc-bad.s b/gas/testsuite/gas/ia64/reloc-bad.s index ed61e32..488a0d9 100644 --- a/gas/testsuite/gas/ia64/reloc-bad.s +++ b/gas/testsuite/gas/ia64/reloc-bad.s @@ -1,3 +1,4 @@ + .psr abi64 .global esym .section .rodata, "a", @progbits .text |