aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/protected7.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-x86-64/protected7.s')
-rw-r--r--ld/testsuite/ld-x86-64/protected7.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/protected7.s b/ld/testsuite/ld-x86-64/protected7.s
new file mode 100644
index 0000000..df4765d
--- /dev/null
+++ b/ld/testsuite/ld-x86-64/protected7.s
@@ -0,0 +1,12 @@
+ .text
+.globl foo
+ .protected foo
+ .type foo, @function
+foo:
+ ret
+ .size foo, .-foo
+.globl bar
+ .type bar, @function
+bar:
+ movabsq $foo@GOTOFF, %rax
+ .size bar, .-bar