]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-i386/hidden1.s
Imported binutils-2.20
[msp430-binutils.git] / ld / testsuite / ld-i386 / hidden1.s
diff --git a/ld/testsuite/ld-i386/hidden1.s b/ld/testsuite/ld-i386/hidden1.s
new file mode 100644 (file)
index 0000000..2c1ce93
--- /dev/null
@@ -0,0 +1,9 @@
+       .text
+.globl bar
+       .type   bar, @function
+bar:
+       leal    foo@GOTOFF(%ecx), %eax
+       ret
+       .size   bar, .-bar
+       .weak   foo
+       .hidden foo