From 0b74f93c04ea699969fb60bcc150c9be841b23cf Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 8 Mar 2005 08:15:40 +0000 Subject: [PATCH] gas/testsuite/ 2005-03-08 Jan Beulich * gas/ia64/pcrel.d: Account for big endian target. * gas/ia64/reloc-bad.s: Enforce 64-bit ABI. --- gas/testsuite/ChangeLog | 5 +++++ gas/testsuite/gas/ia64/pcrel.d | 4 ++-- 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 7b3cf0f832..7858ab8c6f 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-03-08 Jan Beulich + + * gas/ia64/pcrel.d: Account for big endian target. + * gas/ia64/reloc-bad.s: Enforce 64-bit ABI. + 2005-03-08 Hans-Peter Nilsson Adjust testsuite for cris-axis-aout. diff --git a/gas/testsuite/gas/ia64/pcrel.d b/gas/testsuite/gas/ia64/pcrel.d index c047caa070..384ad6a5b1 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 ed61e32889..488a0d9863 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 -- 2.34.1