Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-arm/thumb-b-lks-sym.s
2023-03-06 14:48:14 +01:00

16 lines
339 B
ArmAsm

@ Test to ensure that the b to linker script symbol isn't changed to other format.
.syntax unified
.cpu cortex-m3
.fpu softvfp
.thumb
.file "x.c"
.text
.align 2
.global main
.thumb
.thumb_func
.type main, %function
main:
b extFunc