3e1a8f9569
2015-12-24 Thomas Preud'homme <thomas.preudhomme@arm.com> ld/testsuite/ * ld-arm/arm-elf.exp: Run new test "Thumb-Thumb farcall v6-M (no profile)". * ld-arm/farcall-thumb-thumb-m-no-profile-a.s: New file. * ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Likewise. * ld-arm/farcall-thumb-thumb-m-no-profile.d: Likewise.
8 lines
129 B
ArmAsm
8 lines
129 B
ArmAsm
.eabi_attribute Tag_CPU_arch, 11 @ V6-M
|
|
.thumb
|
|
.type myfunc, function
|
|
.global myfunc
|
|
.text
|
|
.space 102400000
|
|
myfunc:
|
|
bx lr
|