ld: fix plugin tests for MIPS PIC
authorYunQiang Su <yunqiang.su@cipunited.com>
Mon, 3 Jul 2023 04:43:21 +0000 (12:43 +0800)
committerYunQiang Su <yunqiang.su@cipunited.com>
Thu, 6 Jul 2023 01:53:18 +0000 (09:53 +0800)
commit0fa7d86440de0124efaf11ced82875d39a2296bc
treece701cfae8be73b897a377dd7a132c259a42d95d
parent46f51ac38b81df4bf890e13824427c69285fdcaa
ld: fix plugin tests for MIPS PIC

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.
ld/testsuite/ld-plugin/plugin-14.d
ld/testsuite/ld-plugin/plugin-15.d
ld/testsuite/ld-plugin/plugin-16.d
ld/testsuite/ld-plugin/plugin-20.d
ld/testsuite/ld-plugin/plugin-21.d
ld/testsuite/ld-plugin/plugin-22.d
ld/testsuite/ld-plugin/plugin-23.d
ld/testsuite/ld-plugin/plugin-6.d
ld/testsuite/ld-plugin/plugin-7.d
ld/testsuite/ld-plugin/plugin-8.d