]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-gc/pr13683.d
Remove sh5 and sh64 support
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-gc / pr13683.d
CommitLineData
2aa9aad9
NC
1#name: --gc-sections with --defsym
2#source: dummy.s
3#ld: --gc-sections -e main --defsym foo=foo2 tmpdir/pr13683.o
4#nm: --format=bsd
211dc24b 5#xfail: iq2000-*-* lm32-*-* epiphany-*-* mips64vr-*-* frv-*-* m32c-*-* rl78-*-* rx-*-* sh-*-* powerpc*-*-eabivle msp430-*-*
2aa9aad9
NC
6
7# Note - look for both "foo" and "foo2" being defined, non-zero function symbols
8
9#...
58af5af4
AM
100*[1-9a-f]+[0-9a-f]*[ ](T|D)[ ]_*foo
110*[1-9a-f]+[0-9a-f]*[ ](T|D)[ ]_*foo2
2aa9aad9 12#...