Some get_last_target_status tweaks
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / thumb-b-lks-sym.s
CommitLineData
2f47f5fc
NC
1@ Test to ensure that the b to linker script symbol isn't changed to other format.
2
3
4 .syntax unified
5 .cpu cortex-m3
6 .fpu softvfp
7 .thumb
8 .file "x.c"
9 .text
10 .align 2
11 .global main
12 .thumb
13 .thumb_func
14 .type main, %function
15main:
16 b extFunc
This page took 0.617104 seconds and 4 git commands to generate.