blob: 0f5aaf603d7fc1b81cf2b854dc2b7798ca2c5b5f [file] [log] [blame]
#name: --gc-sections with --defsym
#source: dummy.s
#ld: --gc-sections -e main --defsym foo=foo2 tmpdir/pr13683.o
#nm: --format=bsd
#xfail: sh64*-*-* iq2000-*-* lm32-*-* epiphany-*-* mips64vr-*-* frv-*-* m32c-*-* rl78-*-* rx-*-* sh-*-*
# Note - look for both "foo" and "foo2" being defined, non-zero function symbols
#...
0*[1-9a-f]+[0-9a-f]*[ ]T[ ]_*foo
0*[1-9a-f]+[0-9a-f]*[ ]T[ ]_*foo2
#...