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