mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
597e138ca0
bfd/ChangeLog: 2016-12-05 Alyssa Milburn <amilburn@zall.org> * elfxx-sparc.c: Do not stop processing relocations after partially relaxing a call with WDISP30. ld/ChangeLog: 2016-12-05 Alyssa Milburn <amilburn@zall.org> * testsuite/ld-sparc/wdispcall.s: New file. * testsuite/ld-sparc/wdispcall.dd: Likewise. * testsuite/ld-sparc/sparc.exp: Run new test.
15 lines
118 B
ArmAsm
15 lines
118 B
ArmAsm
.text
|
|
bar:
|
|
retl
|
|
nop
|
|
|
|
.align 1024
|
|
.section ".wdispcall"
|
|
foo:
|
|
nop
|
|
call bar
|
|
or %r1, %g0, %o7
|
|
nop
|
|
call bar
|
|
nop
|