]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/elf/ifunc-1.s
Imported binutils-2.20
[msp430-binutils.git] / gas / testsuite / gas / elf / ifunc-1.s
diff --git a/gas/testsuite/gas/elf/ifunc-1.s b/gas/testsuite/gas/elf/ifunc-1.s
new file mode 100644 (file)
index 0000000..fc3a281
--- /dev/null
@@ -0,0 +1,9 @@
+.globl __GI_foo
+       .set __GI_foo, foo
+       .text
+.globl foo
+       .type   foo, %function
+foo:
+       .byte   0x0
+       .size   foo, .-foo
+       .type foo, %gnu_indirect_function