* elf32-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
[binutils.git] / ld / testsuite / ld-arm / thumb2-bl-as-thumb1-bad.s
blobdae5d43972e24644d33b0f9b5bd85c2d3c05a9ab
1 @ Test to ensure that a Thumb-1 BL with a Thumb-2-only offset fails.
3 .arch armv5t
4 .global _start
5 .syntax unified
7 @ We will place the section .text at 0x1000.
9 .text
10 .thumb_func
12 _start:
13 bl bar
15 @ We will place the section .foo at 0x401004.
17 .section .foo, "xa"
18 .thumb_func
20 bar:
21 bx lr