old-cross-binutils/ld/testsuite/ld-arm/jump-reloc-veneers.s
Ramana Radhakrishnan 8fac317985 Fix testsuite for Thumb2 jump reloc veneers.
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.
2010-02-01 10:33:16 +00:00

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