aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/protected.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-aarch64/protected.s')
-rw-r--r--ld/testsuite/ld-aarch64/protected.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-aarch64/protected.s b/ld/testsuite/ld-aarch64/protected.s
new file mode 100644
index 0000000..eb3fb40
--- /dev/null
+++ b/ld/testsuite/ld-aarch64/protected.s
@@ -0,0 +1,8 @@
+.global global_a
+.protected global_a
+.type global_a, %object
+.size global_a, 4
+
+.data
+global_a:
+.word 0xcafedead