mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
testsuite: Don't start directives in first column
Fixes fails on hppa64-hp-hpux11.23 * testsuite/gas/elf/section25.s: Don't start directives in first column. * testsuite/gas/elf/section26.s: Likewise.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2021-05-03 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* testsuite/gas/elf/section25.s: Don't start directives in first
|
||||||
|
column.
|
||||||
|
* testsuite/gas/elf/section26.s: Likewise.
|
||||||
|
|
||||||
2021-04-29 Jan Beulich <jbeulich@suse.com>
|
2021-04-29 Jan Beulich <jbeulich@suse.com>
|
||||||
|
|
||||||
* testsuite/gas/i386/i386.exp: Move x86-64-rip-2 invocation.
|
* testsuite/gas/i386/i386.exp: Move x86-64-rip-2 invocation.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
.section .noinit
|
.section .noinit
|
||||||
.word 0
|
.word 0
|
||||||
|
|
||||||
.section .noinit.foo
|
.section .noinit.foo
|
||||||
.word 0
|
.word 0
|
||||||
|
|
||||||
.section .gnu.linkonce.n.bar
|
.section .gnu.linkonce.n.bar
|
||||||
.word 0
|
.word 0
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
.section .persistent
|
.section .persistent
|
||||||
.word 0
|
.word 0
|
||||||
|
|
||||||
.section .persistent.foo
|
.section .persistent.foo
|
||||||
.word 0
|
.word 0
|
||||||
|
|
||||||
.section .persistent.bss
|
.section .persistent.bss
|
||||||
.word 0
|
.word 0
|
||||||
|
|
||||||
.section .gnu.linkonce.p.bar
|
.section .gnu.linkonce.p.bar
|
||||||
.word 0
|
.word 0
|
||||||
|
Reference in New Issue
Block a user