* elf64-ppc.c (dec_dynrel_count): Don't error when elf_gc_sweep_symbol
[external/binutils.git] / ld / testsuite / ld-arm / thumb2-bl-as-thumb1-bad.s
index dae5d43..834001c 100644 (file)
@@ -1,4 +1,4 @@
-@ Test to ensure that a Thumb-1 BL with a Thumb-2-only offset fails.
+@ Test to ensure that a Thumb-1 BL with a Thumb-2-only offset makes the linker generate a stub.
 
        .arch armv5t
        .global _start
@@ -12,7 +12,7 @@
 _start:
        bl bar
 
-@ We will place the section .foo at 0x401004.
+@ We will place the section .foo at 0x100100c.
 
        .section .foo, "xa"
        .thumb_func