]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-x86-64/hidden1.s
Imported binutils-2.20
[msp430-binutils.git] / ld / testsuite / ld-x86-64 / hidden1.s
diff --git a/ld/testsuite/ld-x86-64/hidden1.s b/ld/testsuite/ld-x86-64/hidden1.s
new file mode 100644 (file)
index 0000000..ba7f88b
--- /dev/null
@@ -0,0 +1,9 @@
+       .text
+.globl bar
+       .type   bar, @function
+bar:
+       leaq    foo(%rip), %rax
+       ret
+       .size   bar, .-bar
+       .weak   foo
+       .hidden foo