mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
21 lines
208 B
ArmAsm
21 lines
208 B
ArmAsm
; Test the intersegment relocation
|
|
; Inderpreetb@noida.hcltech.com
|
|
|
|
.global _start
|
|
.extern _main
|
|
_start:
|
|
call _main
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
.global _exit
|
|
_exit:
|
|
nop
|
|
nop
|
|
nop
|
|
.global _abort
|
|
_abort:
|
|
nop
|
|
nop
|