]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/xtensa/weak-call.s
Imported binutils-2.20
[msp430-binutils.git] / gas / testsuite / gas / xtensa / weak-call.s
diff --git a/gas/testsuite/gas/xtensa/weak-call.s b/gas/testsuite/gas/xtensa/weak-call.s
new file mode 100644 (file)
index 0000000..d6800c5
--- /dev/null
@@ -0,0 +1,8 @@
+       .text
+       .begin  no-longcalls
+       .weak   weakdef
+       call8   weakdef
+weakdef:
+       .weak   weakref
+       call8   weakref
+       .end    no-longcalls