Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / xtensa / weak-call.s
1         .text
2         .begin  no-longcalls
3         .weak   weakdef
4         call8   weakdef
5 weakdef:
6         .weak   weakref
7         call8   weakref
8         .end    no-longcalls