]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-arm/thumb2-bl-as-thumb1-bad.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / ld / testsuite / ld-arm / thumb2-bl-as-thumb1-bad.s
index dae5d43972e24644d33b0f9b5bd85c2d3c05a9ab..834001ca8c7e618abcb664f9ffd8b5b74454f80f 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