Fix new testcase for hppa64
Anything in first column is a label on hppa64. PR gas/20247 * testsuite/gas/elf/section11.s: Don't start directives in first column.
This commit is contained in:
parent
56a30421ee
commit
d48796b505
2 changed files with 14 additions and 12 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-06-28 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR gas/20247
|
||||
* testsuite/gas/elf/section11.s: Don't start directives in first column.
|
||||
|
||||
2016-06-28 Richard Sandiford <richard.sandiford@arm.com>
|
||||
|
||||
* testsuite/gas/aarch64/diagnostic.s,
|
||||
|
|
|
@ -1,14 +1,11 @@
|
|||
.section .bss
|
||||
.balign 16
|
||||
.skip 1
|
||||
.section .bss
|
||||
.balign 16
|
||||
.skip 1
|
||||
|
||||
.data
|
||||
.balign 16
|
||||
.skip 1
|
||||
|
||||
.data
|
||||
.balign 16
|
||||
.skip 1
|
||||
|
||||
|
||||
.text
|
||||
.balign 16
|
||||
.skip 1
|
||||
|
||||
.text
|
||||
.balign 16
|
||||
.skip 1
|
||||
|
|
Loading…
Reference in a new issue