8fac317985
2010-02-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> * ld-arm/jump-reloc-veneers-long.d: New test. * ld-arm/jump-reloc-veneers-short1.d: Likewise. * ld-arm/jump-reloc-veneers-short2.d: Likewise. * ld-arm/jump-reloc-veneers.s: Likewise. * ld-arm/arm-elf.exp (armelftests): Run them.
12 lines
147 B
ArmAsm
12 lines
147 B
ArmAsm
.text
|
|
.syntax unified
|
|
.thumb_func
|
|
.global _start
|
|
.type _start,%function
|
|
_start:
|
|
b.w dest
|
|
|
|
.section destsect, "x"
|
|
.thumb_func
|
|
dest:
|
|
b dest
|