diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/hidden3.s')
-rw-r--r-- | ld/testsuite/ld-x86-64/hidden3.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/hidden3.s b/ld/testsuite/ld-x86-64/hidden3.s new file mode 100644 index 0000000..75482aa --- /dev/null +++ b/ld/testsuite/ld-x86-64/hidden3.s @@ -0,0 +1,8 @@ + .text +.globl bar + .type bar, @function +bar: + leaq foo(%rip), %rax + ret + .size bar, .-bar + .hidden foo |