diff options
author | Alan Modra <amodra@gmail.com> | 2013-01-14 06:42:00 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-01-14 06:42:00 +0000 |
commit | 7765a960b35e2a65bdd0480a384e0e6ff0704583 (patch) | |
tree | 47a58206f70ad5aeb357e27217e7746d55028cd9 /gas | |
parent | 2f8132d61f15a69129ec5df76becec2fdbca8fd6 (diff) | |
download | gdb-7765a960b35e2a65bdd0480a384e0e6ff0704583.zip gdb-7765a960b35e2a65bdd0480a384e0e6ff0704583.tar.gz gdb-7765a960b35e2a65bdd0480a384e0e6ff0704583.tar.bz2 |
* 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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/htm.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/htm.s | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/power8.d | 2 | ||||
-rw-r--r-- | 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 4e2d198..092db06 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2013-01-14 Alan Modra <amodra@gmail.com> + + * 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 <bergner@vnet.ibm.com> * gas/ppc/htm.d: New test. diff --git a/gas/testsuite/gas/ppc/htm.d b/gas/testsuite/gas/ppc/htm.d index 5eae6af..ef23e72 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 362689b..461420d 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 8645280..1eb7fa9 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 dd67485..7b4a28e 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 |