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>
|
2016-06-28 Richard Sandiford <richard.sandiford@arm.com>
|
||||||
|
|
||||||
* testsuite/gas/aarch64/diagnostic.s,
|
* testsuite/gas/aarch64/diagnostic.s,
|
||||||
|
|
|
@ -1,14 +1,11 @@
|
||||||
.section .bss
|
.section .bss
|
||||||
.balign 16
|
.balign 16
|
||||||
.skip 1
|
.skip 1
|
||||||
|
|
||||||
|
.data
|
||||||
|
.balign 16
|
||||||
|
.skip 1
|
||||||
|
|
||||||
.data
|
.text
|
||||||
.balign 16
|
.balign 16
|
||||||
.skip 1
|
.skip 1
|
||||||
|
|
||||||
|
|
||||||
.text
|
|
||||||
.balign 16
|
|
||||||
.skip 1
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue