]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
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>
Mon, 13 Jul 2020 14:11:57 +0000 (23:41 +0930)
commitd6fdc51f9e306d2733215733286b3b53d5d03b07
treecd8908877904df34f12e6d6e3bfa22bec63e4878
parent3d186ccca35dfd7e9e5ae1eaba3015d0ae17e247
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.

(cherry picked from commit c560184eb2074570988c498aaae494d0c4b00328)
ld/ChangeLog
ld/testsuite/ld-gc/gc.exp