m68k: tag floating-point ABI used
[deliverable/binutils-gdb.git] / ld / testsuite / ld-gc / pr13683.d
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
5 #xfail: iq2000-*-* lm32-*-* epiphany-*-* mips64vr-*-* frv-*-* m32c-*-* rl78-*-* rx-*-* sh-*-* powerpc*-*-eabivle msp430-*-*
6
7 # Note - look for both "foo" and "foo2" being defined, non-zero function symbols
8
9 #...
10 0*[1-9a-f]+[0-9a-f]*[ ](T|D)[ ]_*foo
11 0*[1-9a-f]+[0-9a-f]*[ ](T|D)[ ]_*foo2
12 #...
This page took 0.029831 seconds and 4 git commands to generate.