powerpc garbage collect test
authorAlan Modra <amodra@gmail.com>
Thu, 9 Jul 2020 13:18:10 +0000 (22:48 +0930)
committerAlan Modra <amodra@gmail.com>
Thu, 9 Jul 2020 13:28:16 +0000 (22:58 +0930)
commitc560184eb2074570988c498aaae494d0c4b00328
treefd84ad11e234236f0ec8f0bdd10b9a745435e72a
parent470cd0faa7f433b47944683eee4fc3dad6ef7cdf
powerpc garbage collect test

ld's garbage collection test on powerpc64 catered for old compilers
(pre -mcmodel=medium support), setting options that caused the test to
fail.  Which meant the test wasn't really testing anything.  Get rid
of that old compiler support, and avoid -fPIE fails on ppc32.

* testsuite/ld-gc/gc.exp: Don't set -mminimal-toc for powerpc64,
and remove powerpc64 xfail.  Use -fno-PIE for ppc32.
ld/ChangeLog
ld/testsuite/ld-gc/gc.exp
This page took 0.041963 seconds and 4 git commands to generate.