This is the mail archive of the binutils@sourceware.org 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]

Re: [PATCH] Add initial POWER8 and HTM support


Fixes these fails.
powerpcle-cygwin  +FAIL: POWER8 tests (includes Altivec, VSX and HTM)
powerpcle-cygwin  +FAIL: Hardware Transactional Memory (HTM) tests

	* gas/ppc/htm.s: Use .text rather than .section ".text".
	* gas/ppc/power8.s: Likewise.
	* gas/ppc/htm.d: Don't match file format.
	* gas/ppc/power8.d: Likewise.

Index: gas/testsuite/gas/ppc/htm.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/ppc/htm.d,v
retrieving revision 1.1
diff -u -p -r1.1 htm.d
--- gas/testsuite/gas/ppc/htm.d	11 Jan 2013 02:25:35 -0000	1.1
+++ gas/testsuite/gas/ppc/htm.d	14 Jan 2013 06:22:09 -0000
@@ -2,7 +2,7 @@
 #objdump: -dr -Mhtm
 #name: Hardware Transactional Memory (HTM) tests
 
-.*: +file format elf(32)?(64)?-powerpc.*
+.*
 
 Disassembly of section \.text:
 
Index: gas/testsuite/gas/ppc/htm.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/ppc/htm.s,v
retrieving revision 1.1
diff -u -p -r1.1 htm.s
--- gas/testsuite/gas/ppc/htm.s	11 Jan 2013 02:25:35 -0000	1.1
+++ gas/testsuite/gas/ppc/htm.s	14 Jan 2013 06:22:09 -0000
@@ -1,4 +1,4 @@
-	.section	".text"
+	.text
 htm:
 	tabort.      5
 	tabortwc.    7,8,16
Index: gas/testsuite/gas/ppc/power8.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/ppc/power8.d,v
retrieving revision 1.1
diff -u -p -r1.1 power8.d
--- gas/testsuite/gas/ppc/power8.d	11 Jan 2013 02:25:35 -0000	1.1
+++ gas/testsuite/gas/ppc/power8.d	14 Jan 2013 06:22:09 -0000
@@ -2,7 +2,7 @@
 #objdump: -dr -Mpower8
 #name: POWER8 tests (includes Altivec, VSX and HTM)
 
-.*: +file format elf(32)?(64)?-powerpc.*
+.*
 
 Disassembly of section \.text:
 
Index: gas/testsuite/gas/ppc/power8.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/ppc/power8.s,v
retrieving revision 1.1
diff -u -p -r1.1 power8.s
--- gas/testsuite/gas/ppc/power8.s	11 Jan 2013 02:25:35 -0000	1.1
+++ gas/testsuite/gas/ppc/power8.s	14 Jan 2013 06:22:09 -0000
@@ -1,4 +1,4 @@
-	.section	".text"
+	.text
 power8:
 	tabort.      5
 	tabortwc.    7,8,16

-- 
Alan Modra
Australia Development Lab, IBM


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