* 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.
This commit is contained in:
parent
2f8132d61f
commit
7765a960b3
5 changed files with 11 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#objdump: -dr -Mhtm
|
||||
#name: Hardware Transactional Memory (HTM) tests
|
||||
|
||||
.*: +file format elf(32)?(64)?-powerpc.*
|
||||
.*
|
||||
|
||||
Disassembly of section \.text:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.section ".text"
|
||||
.text
|
||||
htm:
|
||||
tabort. 5
|
||||
tabortwc. 7,8,16
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.section ".text"
|
||||
.text
|
||||
power8:
|
||||
tabort. 5
|
||||
tabortwc. 7,8,16
|
||||
|
|
Loading…
Reference in a new issue