summaryrefslogtreecommitdiff
path: root/gold/testsuite/arm_exidx_test.s
diff options
context:
space:
mode:
Diffstat (limited to 'gold/testsuite/arm_exidx_test.s')
-rw-r--r--gold/testsuite/arm_exidx_test.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/testsuite/arm_exidx_test.s b/gold/testsuite/arm_exidx_test.s
index 14dcc9414f..8e550e4e7b 100644
--- a/gold/testsuite/arm_exidx_test.s
+++ b/gold/testsuite/arm_exidx_test.s
@@ -23,3 +23,9 @@ empty:
.fnend
.size empty, .-empty
+# Check that no dynamic relocations for __exidx_start and __exidx_stop
+# generated.
+ .data
+ .align 12
+ .word __exidx_start(got)
+ .word __exidx_end(got)