mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 23:04:09 +08:00
ld testsuite use of notarget
Much of the time it is better to use xfail rather than notarget to hide a testsuite failure no one is planning on fixing. 1) When a target is fixed, an inappropriate xfail results in XPASS whereas notarget is silent. Leaving in an inappropriate notarget entry risks the bug reappearing later, silently. 2) Tests might be used as a template for a new test, carrying over notarget and/or xfail. Inappropriate notarget entries are silent. 3) An xfailed test that mysteriously XPASSes might actually indicate a bug. * testsuite/ld-elf/attributes.d: Use xfail rather than notarget. * testsuite/ld-elf/hash.d: Likewise. * testsuite/ld-elf/orphan-10.d: Likewise. * testsuite/ld-elf/overlay.d: Likewise. * testsuite/ld-elf/pr14926.d: Likewise. * testsuite/ld-elf/pr17550d.d: Likewise. * testsuite/ld-elf/pr19539.d: Likewise. * testsuite/ld-elf/pr22319.d: Likewise. * testsuite/ld-misc/defsym1.d: Likewise. * testsuite/ld-pe/pr19803.d: Likewise. * testsuite/ld-scripts/assign-loc.d: Likewise. * testsuite/ld-scripts/defined4.d: Likewise. * testsuite/ld-scripts/empty-address-1.d: Likewise. * testsuite/ld-scripts/empty-address-2a.d: Likewise. * testsuite/ld-scripts/empty-address-2b.d: Likewise. * testsuite/ld-scripts/fill.d: Likewise. * testsuite/ld-scripts/fill16.d: Likewise. * testsuite/ld-scripts/pr14962.d: Likewise. * testsuite/ld-scripts/pr14962-2.d: Likewise. * testsuite/ld-unique/pr21529.d: Likewise. * testsuite/ld-elf/compress1a.d: Likewise, and adjust targets. * testsuite/ld-elf/compressed1a.d: Likewise. * testsuite/ld-elf/compressed1d.d: Likewise. * testsuite/ld-elf/compressed1e.d: Likewise. * testsuite/ld-elf/eh5.d: Likewise. * testsuite/ld-elf/group8a.d: Likewise. * testsuite/ld-elf/linkonce2.d: Likewise. * testsuite/ld-elf/orphan-9.d: Likewise. * testsuite/ld-elf/pr17550a.d: Likewise. * testsuite/ld-elf/pr17550b.d: Likewise. * testsuite/ld-elf/pr17550c.d: Likewise. * testsuite/ld-elf/pr19162.d: Likewise. * testsuite/ld-elf/pr21884.d: Likewise. * testsuite/ld-gc/pr19167.d: Likewise. * testsuite/ld-gc/pr20022.d: Likewise. * testsuite/ld-gc/start.d: Likewise. * testsuite/ld-elf/orphan-11.d: Delete notarget. * testsuite/ld-elf/orphan-12.d: Likewise. * testsuite/ld-gc/stop.d: Likewise. * testsuite/ld-scripts/empty-address-3a.d: Likewise. * testsuite/ld-scripts/empty-address-3b.d: Likewise. * testsuite/ld-ifunc/pr17154-x86-64-now.d: Delete duplicate notarget. * testsuite/ld-scripts/section-match-1.d: Comment fix.
This commit is contained in:
parent
3541979fff
commit
624940689a
46
ld/ChangeLog
46
ld/ChangeLog
@ -1,3 +1,49 @@
|
||||
2018-07-10 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* testsuite/ld-elf/attributes.d: Use xfail rather than notarget.
|
||||
* testsuite/ld-elf/hash.d: Likewise.
|
||||
* testsuite/ld-elf/orphan-10.d: Likewise.
|
||||
* testsuite/ld-elf/overlay.d: Likewise.
|
||||
* testsuite/ld-elf/pr14926.d: Likewise.
|
||||
* testsuite/ld-elf/pr17550d.d: Likewise.
|
||||
* testsuite/ld-elf/pr19539.d: Likewise.
|
||||
* testsuite/ld-elf/pr22319.d: Likewise.
|
||||
* testsuite/ld-misc/defsym1.d: Likewise.
|
||||
* testsuite/ld-pe/pr19803.d: Likewise.
|
||||
* testsuite/ld-scripts/assign-loc.d: Likewise.
|
||||
* testsuite/ld-scripts/defined4.d: Likewise.
|
||||
* testsuite/ld-scripts/empty-address-1.d: Likewise.
|
||||
* testsuite/ld-scripts/empty-address-2a.d: Likewise.
|
||||
* testsuite/ld-scripts/empty-address-2b.d: Likewise.
|
||||
* testsuite/ld-scripts/fill.d: Likewise.
|
||||
* testsuite/ld-scripts/fill16.d: Likewise.
|
||||
* testsuite/ld-scripts/pr14962.d: Likewise.
|
||||
* testsuite/ld-scripts/pr14962-2.d: Likewise.
|
||||
* testsuite/ld-unique/pr21529.d: Likewise.
|
||||
* testsuite/ld-elf/compress1a.d: Likewise, and adjust targets.
|
||||
* testsuite/ld-elf/compressed1a.d: Likewise.
|
||||
* testsuite/ld-elf/compressed1d.d: Likewise.
|
||||
* testsuite/ld-elf/compressed1e.d: Likewise.
|
||||
* testsuite/ld-elf/eh5.d: Likewise.
|
||||
* testsuite/ld-elf/group8a.d: Likewise.
|
||||
* testsuite/ld-elf/linkonce2.d: Likewise.
|
||||
* testsuite/ld-elf/orphan-9.d: Likewise.
|
||||
* testsuite/ld-elf/pr17550a.d: Likewise.
|
||||
* testsuite/ld-elf/pr17550b.d: Likewise.
|
||||
* testsuite/ld-elf/pr17550c.d: Likewise.
|
||||
* testsuite/ld-elf/pr19162.d: Likewise.
|
||||
* testsuite/ld-elf/pr21884.d: Likewise.
|
||||
* testsuite/ld-gc/pr19167.d: Likewise.
|
||||
* testsuite/ld-gc/pr20022.d: Likewise.
|
||||
* testsuite/ld-gc/start.d: Likewise.
|
||||
* testsuite/ld-elf/orphan-11.d: Delete notarget.
|
||||
* testsuite/ld-elf/orphan-12.d: Likewise.
|
||||
* testsuite/ld-gc/stop.d: Likewise.
|
||||
* testsuite/ld-scripts/empty-address-3a.d: Likewise.
|
||||
* testsuite/ld-scripts/empty-address-3b.d: Likewise.
|
||||
* testsuite/ld-ifunc/pr17154-x86-64-now.d: Delete duplicate notarget.
|
||||
* testsuite/ld-scripts/section-match-1.d: Comment fix.
|
||||
|
||||
2018-07-10 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* testsuite/ld-mips-elf/elf-rel-got-n64.d: Rename to...
|
||||
|
@ -1,7 +1,7 @@
|
||||
#name: Symbol flags copy
|
||||
#ld: -T attributes.ld
|
||||
#objdump: -t
|
||||
#notarget: pj-*-* dlx-*-* d30v-*-*
|
||||
#xfail: pj-*-* dlx-*-* d30v-*-*
|
||||
|
||||
#...
|
||||
0+0000000 g F .text 0+0000000 __start
|
||||
|
@ -2,7 +2,7 @@
|
||||
#as: --compress-debug-sections
|
||||
#ld: -e func_cu2
|
||||
#readelf: -S --wide
|
||||
#notarget: alpha-*
|
||||
#xfail: alpha-*-*ecoff
|
||||
|
||||
#failif
|
||||
#...
|
||||
|
@ -2,7 +2,7 @@
|
||||
#as: --compress-debug-sections=zlib-gabi
|
||||
#ld: -e func_cu2
|
||||
#readelf: -t
|
||||
#notarget: alpha-*
|
||||
#xfail: alpha-*-*ecoff
|
||||
|
||||
#failif
|
||||
#...
|
||||
|
@ -2,7 +2,8 @@
|
||||
#as: --compress-debug-sections=none
|
||||
#ld: -r --compress-debug-sections=zlib-gnu
|
||||
#readelf: -SW
|
||||
#notarget: d30v-*-* dlx-*-* fr30-*-* frv-*-* ft32-*-* iq2000-*-* mn10200-*-* moxie-*-* msp430-*-* mt-*-* or1k-*-* pj-*-* riscv*-*-*
|
||||
#xfail: d30v-*-* dlx-*-* fr30-*-* frv-*-elf ft32-*-* iq2000-*-*
|
||||
#xfail: mn10200-*-* moxie-*-* msp430-*-* mt-*-* pj-*-* riscv*-*-*
|
||||
# Not all ELF targets use the elf.em emulation...
|
||||
# RISC-V has linker relaxations that delete code, so text label subtractions
|
||||
# do not get resolved at assembly time, which results in a compressed section.
|
||||
|
@ -3,7 +3,7 @@
|
||||
#ld: -shared --compress-debug-sections=zlib-gnu
|
||||
#readelf: -SW
|
||||
#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi
|
||||
#notarget: cris*-*-elf frv-*-*
|
||||
#xfail: cris*-*-elf frv-*-elf
|
||||
|
||||
#failif
|
||||
#...
|
||||
|
@ -4,7 +4,7 @@
|
||||
#ld:
|
||||
#readelf: -wf
|
||||
#target: cfi
|
||||
#notarget: alpha* hppa64* tile* visium*
|
||||
#xfail: alpha-*-*ecoff hppa64-*-* tile*-*-* visium-*-*
|
||||
|
||||
Contents of the .eh_frame section:
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
#source: group8.s
|
||||
#ld: -r --gc-sections --entry foo
|
||||
#readelf: -g --wide
|
||||
#notarget: d30v-*-* dlx-*-* pj*-*-* pru-*-*
|
||||
#notarget: hppa64-*-* ia64-*-* mep-*-* mn10200-*-*
|
||||
#xfail: cr16-*-* crx-*-*
|
||||
#xfail: cr16-*-* crx-*-* d30v-*-* dlx-*-* hppa64-*-*
|
||||
#xfail: mep-*-* mn10200-*-* pj*-*-* pru-*-*
|
||||
# generic linker targets don't support --gc-sections, nor do a bunch of others
|
||||
# cr16 and crx use non-standard scripts with memory regions, which don't play
|
||||
# well with unique group sections under ld -r.
|
||||
|
@ -2,7 +2,7 @@
|
||||
#readelf: -d -s -D
|
||||
#ld: -shared --hash-style=gnu
|
||||
#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi
|
||||
#notarget: mips*-*-*
|
||||
#xfail: mips*-*-*
|
||||
|
||||
#...
|
||||
+0x[0-9a-z]+ +\(GNU_HASH\) +0x[0-9a-z]+
|
||||
|
@ -2,7 +2,7 @@
|
||||
#source: linkonce1b.s
|
||||
#ld: -emit-relocs
|
||||
#objdump: -r
|
||||
#notarget: arc*-*-* d30v-*-* dlx-*-* pj*-*-*
|
||||
#xfail: d30v-*-* dlx-*-* pj*-*-*
|
||||
# generic elf targets don't emit relocs
|
||||
|
||||
.*: file format .*
|
||||
|
@ -1,7 +1,8 @@
|
||||
#source: orphan-10.s
|
||||
#ld: -N -T orphan-9.ld
|
||||
#objdump: -h
|
||||
#notarget: d30v-* dlx-* fr30-* frv-* ft32-* iq2000-* mn10200-* moxie-* ms1-* msp430-* mt-* pj-*
|
||||
#xfail: d30v-* dlx-* fr30-* frv-*-elf ft32-* iq2000-*
|
||||
#xfail: mn10200-* moxie-* ms1-* msp430-* mt-* pj-*
|
||||
|
||||
#...
|
||||
. \.text 0+(08|10) [0-9a-f]+ 0+200 .*
|
||||
|
@ -1,7 +1,6 @@
|
||||
#source: orphan-11.s
|
||||
#ld: -T orphan-11.ld --orphan-handling=error
|
||||
#objdump: -wh
|
||||
#notarget: d30v-* dlx-* fr30-* frv-* ft32-* iq2000-* mn10200-* moxie-* ms1-* msp430-* mt-* pj-*
|
||||
|
||||
#...
|
||||
. \.text .*
|
||||
|
@ -1,7 +1,6 @@
|
||||
#source: orphan-12.s
|
||||
#ld: -T orphan-11.ld --strip-debug --orphan-handling=error
|
||||
#objdump: -wh
|
||||
#notarget: d30v-* dlx-* fr30-* frv-* ft32-* iq2000-* mn10200-* moxie-* ms1-* msp430-* mt-* pj-*
|
||||
|
||||
#...
|
||||
. \.text .*
|
||||
|
@ -1,7 +1,8 @@
|
||||
#source: orphan-9.s
|
||||
#ld: -N -T orphan-9.ld
|
||||
#objdump: -h
|
||||
#notarget: d30v-* dlx-* fr30-* frv-* ft32-* iq2000-* mn10200-* moxie-* ms1-* msp430-* mt-* pj-*
|
||||
#xfail: d30v-* dlx-* fr30-* frv-*-elf ft32-* iq2000-*
|
||||
#xfail: mn10200-* moxie-* ms1-* msp430-* mt-* pj-*
|
||||
|
||||
#...
|
||||
. \.text 0+(08|10) [0-9a-f]+ 0+200 .*
|
||||
|
@ -1,6 +1,6 @@
|
||||
# ld: -T overlay.t -u __load_start_text1 -u __load_start_text2 -u __load_stop_text1 -u __load_stop_text2
|
||||
#readelf: -s
|
||||
#notarget: spu-*-*
|
||||
#xfail: spu-*-*
|
||||
# The SPU adds its own LOAD segments, out of order, at the start of the program header table.
|
||||
|
||||
#...
|
||||
|
@ -1,6 +1,6 @@
|
||||
#ld: -Ttext=0x60
|
||||
#readelf: -S --wide
|
||||
#notarget: d10v-* m68hc1*-* msp*-* visium-* xgate-* xstormy*-* pru-*-* s12z-*-*
|
||||
#xfail: d10v-* m68hc1*-* msp*-* pru-*-* s12z-*-* visium-* xgate-* xstormy*-*
|
||||
# the above targets use memory regions that don't allow 0x60 for .text
|
||||
|
||||
#...
|
||||
|
@ -2,11 +2,10 @@
|
||||
#source: pr17550-2.s
|
||||
#ld: -r
|
||||
#readelf: -s --wide
|
||||
#notarget: alpha-*-* cr16-*-* crx-*-* d30v-*-* dlx-*-* pj*-*-*
|
||||
#xfail: alpha-*-* cr16-*-* crx-*-*
|
||||
# Disabled on alpha because alpha has a different .set directive.
|
||||
# cr16 and crx use non-standard scripts with memory regions, which don't
|
||||
# play well with comdat group sections under ld -r. Generic linker
|
||||
# targets don't support comdat group sections.
|
||||
# play well with comdat group sections under ld -r.
|
||||
|
||||
#failif
|
||||
#...
|
||||
|
@ -2,11 +2,10 @@
|
||||
#source: pr17550-1.s
|
||||
#ld: -r
|
||||
#readelf: -s --wide
|
||||
#notarget: alpha-*-* cr16-*-* crx-*-* d30v-*-* dlx-*-* pj*-*-*
|
||||
#xfail: alpha-*-* cr16-*-* crx-*-*
|
||||
# Disabled on alpha because alpha has a different .set directive.
|
||||
# cr16 and crx use non-standard scripts with memory regions, which don't
|
||||
# play well with comdat group sections under ld -r. Generic linker
|
||||
# targets don't support comdat group sections.
|
||||
# play well with comdat group sections under ld -r.
|
||||
|
||||
#failif
|
||||
#...
|
||||
|
@ -2,8 +2,6 @@
|
||||
#source: pr17550-3.s
|
||||
#ld: -r
|
||||
#error: .*: defined in discarded section `\.data\[foo_group\]'
|
||||
#notarget: alpha-*-* cr16-*-* crx-*-* d30v-*-* dlx-*-* pj*-*-*
|
||||
#xfail: alpha-*-* d30v-*-* dlx-*-* pj*-*-*
|
||||
# Disabled on alpha because alpha has a different .set directive.
|
||||
# cr16 and crx use non-standard scripts with memory regions, which don't
|
||||
# play well with comdat group sections under ld -r. Generic linker
|
||||
# targets don't support comdat group sections.
|
||||
# Generic linker targets don't support comdat group sections.
|
||||
|
@ -2,7 +2,7 @@
|
||||
#source: pr17550-4.s
|
||||
#ld: -r
|
||||
#readelf: -s --wide
|
||||
#notarget: alpha-*-* cr16-*-* crx-*-* d30v-*-* dlx-*-* pj*-*-*
|
||||
#xfail: alpha-*-* cr16-*-* crx-*-* d30v-*-* dlx-*-* pj*-*-*
|
||||
# Disabled on alpha because alpha has a different .set directive.
|
||||
# cr16 and crx use non-standard scripts with memory regions, which don't
|
||||
# play well with comdat group sections under ld -r. Generic linker
|
||||
|
@ -3,8 +3,7 @@
|
||||
#ld: -shared -z max-page-size=0x200000 -z noseparate-code
|
||||
#readelf: -l --wide
|
||||
#target: *-*-linux* *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi
|
||||
#notarget: arc*-*-* hppa*-*-*
|
||||
# arc target has an extra 64K stack section.
|
||||
#xfail: hppa*-*-*
|
||||
# hppa fails due to PR 12376.
|
||||
|
||||
#...
|
||||
|
@ -3,7 +3,7 @@
|
||||
#ld: -pie -T pr19539.t
|
||||
#readelf : --dyn-syms --wide
|
||||
#target: *-*-linux* *-*-gnu* *-*-solaris* arm*-*-uclinuxfdpiceabi
|
||||
#notarget: cris*-*-* alpha-*-*
|
||||
#xfail: cris*-*-* alpha-*-*
|
||||
|
||||
Symbol table '\.dynsym' contains [0-9]+ entr(y|ies):
|
||||
#pass
|
||||
|
@ -2,7 +2,8 @@
|
||||
#source: pr21884b.s
|
||||
#ld: -T pr21884.t
|
||||
#objdump: -b binary -s
|
||||
#notarget: aarch64*-*-* arm*-*-* avr-*-* hppa-*-* ia64-*-* m68hc1*-*-* nds32*-*-* riscv*-*-* score-*-* v850-*-*
|
||||
#xfail: aarch64*-*-* arm*-*-* avr-*-* ia64-*-* m68hc1*-*-* nds32*-*-*
|
||||
#xfail: riscv*-*-* score-*-* v850-*-*
|
||||
# Skip targets which can't change output format to binary.
|
||||
|
||||
.*: file format binary
|
||||
|
@ -1,7 +1,7 @@
|
||||
#name: PR 22319 - required undefined symbols in output
|
||||
#ld: -u undefined_symbol -e 0
|
||||
#nm: -u
|
||||
#notarget: dlx-*-*
|
||||
#xfail: dlx-*-*
|
||||
# The DLX target fails because it needs a special linker script to handle file symbols.
|
||||
|
||||
[ ]+U+[ ]+undefined_symbol
|
||||
|
@ -3,7 +3,7 @@
|
||||
#ld: --gc-sections -e _start
|
||||
#objdump: -s -j _foo
|
||||
#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi
|
||||
#notarget: frv-*-linux* metag-*-linux*
|
||||
#xfail: frv-*-* metag-*-*
|
||||
|
||||
#...
|
||||
Contents of section _foo:
|
||||
|
@ -2,7 +2,7 @@
|
||||
#ld: --gc-sections -e _start tmpdir/pr20022.so
|
||||
#readelf: -SsW
|
||||
#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi
|
||||
#notarget: frv-*-linux* metag-*-linux* mips*-*-*
|
||||
#xfail: frv-*-* metag-*-* mips*-*-*
|
||||
# Skip on targets without dynamic relocations in .text section.
|
||||
|
||||
#...
|
||||
|
@ -2,7 +2,7 @@
|
||||
#ld: --gc-sections -e _start
|
||||
#nm: -n
|
||||
#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi
|
||||
#notarget: frv-*-linux* metag-*-linux*
|
||||
#xfail: frv-*-* metag-*-*
|
||||
|
||||
#...
|
||||
[0-9a-f]+ D +__start__foo
|
||||
|
@ -2,7 +2,6 @@
|
||||
#ld: --gc-sections -e _start
|
||||
#nm: -n
|
||||
#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi
|
||||
#notarget: frv-*-linux* metag-*-linux*
|
||||
|
||||
#failif
|
||||
#...
|
||||
|
@ -4,7 +4,6 @@
|
||||
#objdump: -dw
|
||||
#target: x86_64-*-*
|
||||
#notarget: x86_64-*-nacl*
|
||||
#notarget: x86_64-*-nacl*
|
||||
|
||||
.*: +file format .*
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ld: -e 0 --defsym foo=1 tmpdir/start.o tmpdir/libfoo.a
|
||||
#nm: -B
|
||||
#source: dummy.s
|
||||
#notarget: frv-*-linux*
|
||||
#xfail: frv-*-linux*
|
||||
|
||||
# Check that --defsym works on archive.
|
||||
#failif
|
||||
|
@ -1,6 +1,6 @@
|
||||
#ld: -shared --out-implib dx.dll.a --gc-sections
|
||||
#objdump: --syms
|
||||
#notarget: mcore-*
|
||||
#xfail: mcore-*
|
||||
#
|
||||
# The MCORE-PE target does not support -shared.
|
||||
#
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ld: -T assign-loc.t
|
||||
#source: data.s
|
||||
#nm: -n
|
||||
#notarget: powerpc*-*-aix* rs6000-*-aix*
|
||||
#xfail: powerpc*-*-aix* rs6000-*-aix*
|
||||
#...
|
||||
0+0100 A HEAP_SIZE
|
||||
#...
|
||||
|
@ -2,7 +2,7 @@
|
||||
#nm: -B
|
||||
#source: defined4.s
|
||||
#xfail: powerpc*-*-aix* rs6000-*-aix*
|
||||
#notarget: mips*-*-* mmix-*-*
|
||||
#xfail: mips*-*-* mmix-*-*
|
||||
# We check that defined and defined1 have the same address. MIPS targets
|
||||
# use different address. MMIX puts defined and defined1 in text section.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#ld: -T empty-address-1.t
|
||||
#nm: -n
|
||||
#notarget: frv-*-*linux*
|
||||
#xfail: frv-*-*linux*
|
||||
#...
|
||||
0+0 T _start
|
||||
#...
|
||||
|
@ -1,7 +1,7 @@
|
||||
#source: empty-address-2.s
|
||||
#ld: -Ttext 0x0000000 -Tdata 0x2000000 -T empty-address-2a.t
|
||||
#nm: -n
|
||||
#notarget: frv-*-*linux*
|
||||
#xfail: frv-*-*linux*
|
||||
#...
|
||||
0+0 T _start
|
||||
#...
|
||||
|
@ -1,7 +1,7 @@
|
||||
#source: empty-address-2.s
|
||||
#ld: -Ttext 0x0000000 -Tdata 0x2000000 -T empty-address-2b.t
|
||||
#nm: -n
|
||||
#notarget: frv-*-*linux*
|
||||
#xfail: frv-*-*linux*
|
||||
#...
|
||||
0+0 T _start
|
||||
#...
|
||||
|
@ -1,7 +1,7 @@
|
||||
#source: empty-address-3.s
|
||||
#ld: -T empty-address-3a.t
|
||||
#nm: -n
|
||||
#notarget: mmix-knuth-mmixware
|
||||
|
||||
#...
|
||||
0+0 T _start
|
||||
#...
|
||||
|
@ -1,7 +1,7 @@
|
||||
#source: empty-address-3.s
|
||||
#ld: -T empty-address-3b.t
|
||||
#nm: -n
|
||||
#notarget: mmix-knuth-mmixware
|
||||
|
||||
#...
|
||||
0+0 T _start
|
||||
#...
|
||||
|
@ -3,18 +3,11 @@
|
||||
#source: fill_2.s
|
||||
#ld: -T fill.t
|
||||
#objdump: -s -j .text
|
||||
#notarget: ia64-*-*
|
||||
#notarget: mips*-*-irix* mips*-*-linux* mips*-*-freebsd* mips*-*-gnu*
|
||||
#notarget: mips*-*-kfreebsd* mips*-*-netbsd* mips*-*-openbsd* mips*-*-sysv4*
|
||||
#notarget: tilegx*-*-*
|
||||
#notarget: tilepro-*-*
|
||||
#notarget: x86_64-*-cygwin x86_64-*-mingw* x86_64-*-pe*
|
||||
#xfail: alpha*-*-*ecoff
|
||||
#xfail: m32c-*-*
|
||||
#xfail: sh-*-pe
|
||||
#xfail: sparc*-*-coff
|
||||
#xfail: tic30-*-coff tic4x-*-* tic54x-*-*
|
||||
#xfail: z8k-*-*
|
||||
#xfail: alpha*-*-*ecoff ia64-*-* m32c-*-* mips*-*-freebsd* mips*-*-gnu*
|
||||
#xfail: mips*-*-irix* mips*-*-kfreebsd* mips*-*-linux* mips*-*-netbsd*
|
||||
#xfail: mips*-*-openbsd* mips*-*-sysv4* sh-*-pe sparc*-*-coff
|
||||
#xfail: tic30-*-coff tic4x-*-* tic54x-*-* tilegx*-*-* tilepro-*-*
|
||||
#xfail: x86_64-*-cygwin x86_64-*-mingw* x86_64-*-pe* z8k-*-*
|
||||
#
|
||||
# See also fill16.d. We use `notarget' for configurations unsupported
|
||||
# here that are covered there, and `xfail' for configurations that work
|
||||
|
@ -3,14 +3,8 @@
|
||||
#source: fill16_2.s
|
||||
#ld: -T fill.t
|
||||
#objdump: -s -j .text
|
||||
#notarget: arm-*-coff
|
||||
#notarget: i[3-7]86-*-coff
|
||||
#xfail: alpha*-*-*ecoff
|
||||
#xfail: m32c-*-*
|
||||
#xfail: sh-*-pe
|
||||
#xfail: sparc*-*-coff
|
||||
#xfail: tic30-*-coff tic4x-*-* tic54x-*-*
|
||||
#xfail: z8k-*-*
|
||||
#xfail: alpha*-*-*ecoff arm-*-coff i[3-7]86-*-coff m32c-*-* sh-*-pe
|
||||
#xfail: sparc*-*-coff tic30-*-coff tic4x-*-* tic54x-*-* z8k-*-*
|
||||
#
|
||||
# See also fill.d. We use `notarget' for configurations unsupported
|
||||
# here that are covered there, and `xfail' for configurations that work
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ld: -T pr14962-2.t
|
||||
#source: pr14962a.s
|
||||
#nm: -n
|
||||
#notarget: frv-*-*linux*
|
||||
#xfail: frv-*-*linux*
|
||||
|
||||
#...
|
||||
0+2000 [AT] _start
|
||||
|
@ -2,7 +2,7 @@
|
||||
#source: pr14962a.s
|
||||
#source: pr14962b.s
|
||||
#nm: -n
|
||||
#notarget: mmix-knuth-mmixware
|
||||
#xfail: mmix-knuth-mmixware
|
||||
# The reference to x would normally generate a cross-reference error
|
||||
# but the linker script converts x to absolute to avoid the error.
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
#objdump: -s
|
||||
#notarget: *-*-osf* *-*-aix* *-*-pe *-*-*aout *-*-ecoff *-*-netbsd *-*-vms h8300-*-* tic30-*-*
|
||||
# This test uses arbitrary section names, which are not support by some
|
||||
# file formts. Also these section names must be present in the
|
||||
# file formats. Also these section names must be present in the
|
||||
# output, not translated into some other name, eg .text
|
||||
|
||||
.*: file format .*
|
||||
|
@ -1,6 +1,6 @@
|
||||
#ld: --oformat binary -T pr21529.ld -e main
|
||||
#objdump: -s -b binary
|
||||
#notarget: aarch64*-*-* arm*-*-* avr-*-* ia64-*-* m68hc1*-*-* nds32*-*-* riscv*-*-* score-*-* v850-*-*
|
||||
#xfail: aarch64*-*-* arm*-*-* avr-*-* ia64-*-* m68hc1*-*-* nds32*-*-* riscv*-*-* score-*-* v850-*-*
|
||||
# Skip targets which can't change output format to binary.
|
||||
|
||||
#pass
|
||||
|
Loading…
Reference in New Issue
Block a user