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
120 B
ArmAsm
8 lines
120 B
ArmAsm
.eabi_attribute Tag_CPU_arch, 11 @ V6-M
|
|
.thumb
|
|
.type _start, function
|
|
.global _start
|
|
.text
|
|
_start:
|
|
bl myfunc
|
|
b .
|