Add a note to the GDB/NEWS file mentioning that the ARM simulator now
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xtensa / weak-call.s
... / ...
CommitLineData
1 .text
2 .begin no-longcalls
3 .weak weakdef
4 call8 weakdef
5weakdef:
6 .weak weakref
7 call8 weakref
8 .end no-longcalls
This page took 0.022726 seconds and 4 git commands to generate.