mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
aarch64-pe fails of tls-debug tests
These fail to assemble since they use ELF section directives. There isn't any need to test for an aarch64 target since that is done in aarch64.exp. * testsuite/gas/aarch64/tls-debug.d: Replace aarch64 target test with is_elf_format. * testsuite/gas/aarch64/tls-debug-bad.d: Likewise.
This commit is contained in:
parent
067cdb3b08
commit
8fcc4a6bb9
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#as:
|
||||
#objdump: -r
|
||||
#target: aarch64*-*-*
|
||||
#target: [is_elf_format]
|
||||
#error_output: tls-debug-bad.l
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#as:
|
||||
#objdump: -r
|
||||
#target: aarch64*-*-*
|
||||
#target: [is_elf_format]
|
||||
|
||||
#...
|
||||
RELOCATION RECORDS FOR \[\.debug_info\]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue