summaryrefslogtreecommitdiff
path: root/gold/testsuite/discard_locals_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gold/testsuite/discard_locals_test.sh')
-rwxr-xr-xgold/testsuite/discard_locals_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/testsuite/discard_locals_test.sh b/gold/testsuite/discard_locals_test.sh
index 3fc679a458..0d0a118472 100755
--- a/gold/testsuite/discard_locals_test.sh
+++ b/gold/testsuite/discard_locals_test.sh
@@ -55,8 +55,10 @@ check_non_discarded()
check_discarded "discard_locals_test.syms" "should_be_discarded"
+# FIXME: gcc doesn't generate a .LC0 sym for powerpc64
check_non_discarded "discard_locals_relocatable_test1.syms" ".LC0"
check_discarded "discard_locals_relocatable_test1.syms" "should_be_discarded"
+# FIXME: gcc doesn't generate a .LC0 sym for powerpc64
check_non_discarded "discard_locals_relocatable_test2.syms" ".LC0"
check_discarded "discard_locals_relocatable_test2.syms" "should_be_discarded"