9 lines
163 B
ArmAsm
9 lines
163 B
ArmAsm
|
! Support file for .cranges tests to resolve all references for
|
||
|
! non-partial-link tests.
|
||
|
.section .init,"ax"
|
||
|
.mode SHmedia
|
||
|
.global start
|
||
|
.align 2
|
||
|
start:
|
||
|
nop
|