forked from Imagelibrary/binutils-gdb
On MIPS, for PIC objects, symbols may reference 2 times: once from the caller, and once from GOT. Thus ld may complains 2 times about "undefined reference". So we add a new "#?" line to every effected testsuite.
9 lines
357 B
Makefile
9 lines
357 B
Makefile
hook called: all symbols read.
|
|
Input: .*/ld/testsuite/ld-plugin/func.c \(.*/ld/testsuite/ld-plugin/func.c\)
|
|
Sym: '_?func' Resolution: LDPR_PREVAILING_DEF.*
|
|
Sym: '_?func' Resolution: LDPR_PREVAILING_DEF.*
|
|
.*: tmpdir/main.o: in function `main':
|
|
.*main.c.*: undefined reference to `\.?func'
|
|
#?.*main.c.*: undefined reference to `\.?func'
|
|
hook called: cleanup.
|