This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] ia64: address HP-UX testsuite failures


Two assembler tests earlier added to the IA64 testsuite failed for the
HP-UX
target.

Built and tested on as cross target on ia64-unknown-linux-gnu for
ia64-hpux.

Jan

gas/testsuite/
2005-02-28  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/pcrel.d: Account for big endian target.
	* gas/ia64/reloc-bad.s: Enforce 64-bit ABI.

---
/home/jbeulich/src/binutils/mainline/2005-02-28/gas/testsuite/gas/ia64/pcrel.d	2005-02-14
15:19:39.000000000 +0100
+++ 2005-02-28/gas/testsuite/gas/ia64/pcrel.d	2005-02-28
11:49:55.000000000 +0100
@@ -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  .*
---
/home/jbeulich/src/binutils/mainline/2005-02-28/gas/testsuite/gas/ia64/reloc-bad.s	2005-02-01
15:22:17.000000000 +0100
+++ 2005-02-28/gas/testsuite/gas/ia64/reloc-bad.s	2005-02-28
11:58:44.000000000 +0100
@@ -1,3 +1,4 @@
+	.psr abi64
 	.global esym
 	.section .rodata, "a", @progbits
 	.text

Attachment: binutils-mainline-ia64-hpux-test.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]