mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
8c05cf89c7
* ld-powerpc/vxworks-relax-2.s: Likewise. * ld-powerpc/vxworks1-lib.rd: Reorder reloc sections.
16 lines
196 B
ArmAsm
16 lines
196 B
ArmAsm
.globl _start
|
|
_start:
|
|
bl elsewhere
|
|
lis 9,elsewhere@ha
|
|
la 0,elsewhere@l(9)
|
|
bl undefined
|
|
b .
|
|
|
|
.section .far,"ax",@progbits
|
|
elsewhere:
|
|
bl _start
|
|
b .
|
|
|
|
.section .pad
|
|
.space 0x4000000
|