From 7765a960b35e2a65bdd0480a384e0e6ff0704583 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 14 Jan 2013 06:42:00 +0000 Subject: [PATCH] * 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. --- gas/testsuite/ChangeLog | 7 +++++++ gas/testsuite/gas/ppc/htm.d | 2 +- gas/testsuite/gas/ppc/htm.s | 2 +- gas/testsuite/gas/ppc/power8.d | 2 +- gas/testsuite/gas/ppc/power8.s | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4e2d1981c13..092db06631e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2013-01-14 Alan Modra + + * 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. + 2013-01-10 Peter Bergner * gas/ppc/htm.d: New test. diff --git a/gas/testsuite/gas/ppc/htm.d b/gas/testsuite/gas/ppc/htm.d index 5eae6af08f3..ef23e72258b 100644 --- a/gas/testsuite/gas/ppc/htm.d +++ b/gas/testsuite/gas/ppc/htm.d @@ -2,7 +2,7 @@ #objdump: -dr -Mhtm #name: Hardware Transactional Memory (HTM) tests -.*: +file format elf(32)?(64)?-powerpc.* +.* Disassembly of section \.text: diff --git a/gas/testsuite/gas/ppc/htm.s b/gas/testsuite/gas/ppc/htm.s index 362689bae65..461420d2d9c 100644 --- a/gas/testsuite/gas/ppc/htm.s +++ b/gas/testsuite/gas/ppc/htm.s @@ -1,4 +1,4 @@ - .section ".text" + .text htm: tabort. 5 tabortwc. 7,8,16 diff --git a/gas/testsuite/gas/ppc/power8.d b/gas/testsuite/gas/ppc/power8.d index 8645280cfce..1eb7fa9c30a 100644 --- a/gas/testsuite/gas/ppc/power8.d +++ b/gas/testsuite/gas/ppc/power8.d @@ -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: diff --git a/gas/testsuite/gas/ppc/power8.s b/gas/testsuite/gas/ppc/power8.s index dd67485dfa9..7b4a28eaaed 100644 --- a/gas/testsuite/gas/ppc/power8.s +++ b/gas/testsuite/gas/ppc/power8.s @@ -1,4 +1,4 @@ - .section ".text" + .text power8: tabort. 5 tabortwc. 7,8,16 -- 2.30.2