mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
Fix gas sh-link-zero test for hppa64-hpux
* testsuite/gas/elf/sh-link-zero.s: Don't start directives in first column. Don't use numeric labels.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2020-10-06 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* testsuite/gas/elf/sh-link-zero.s: Don't start directives in
|
||||||
|
first column. Don't use numeric labels.
|
||||||
|
|
||||||
2020-10-05 Kamil Rytarowski <n54@gmx.com>
|
2020-10-05 Kamil Rytarowski <n54@gmx.com>
|
||||||
|
|
||||||
* configure.tgt (aarch64*-*-netbsd*): Add target.
|
* configure.tgt (aarch64*-*-netbsd*): Add target.
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
.section .meta1,"awo",%progbits,0
|
.section .meta1,"awo",%progbits,0
|
||||||
1:
|
.LC1:
|
||||||
.dc.b 0
|
.dc.b 0
|
||||||
|
|
||||||
.section .meta2,"awo",%progbits,foo
|
.section .meta2,"awo",%progbits,foo
|
||||||
2:
|
|
||||||
.dc.b 1
|
.dc.b 1
|
||||||
|
|
||||||
.section foo, "aw"
|
.section foo, "aw"
|
||||||
.dc.b 2
|
.dc.b 2
|
||||||
|
|
||||||
.section .gc_root,"a",%progbits
|
.section .gc_root,"a",%progbits
|
||||||
.dc.a 1b
|
.dc.a .LC1
|
||||||
|
Reference in New Issue
Block a user