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