Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-x86-64/pr18160.s
2023-03-06 14:48:14 +01:00

16 lines
270 B
ArmAsm

.section .text.start,"ax",@progbits
.globl start
.type start, @function
start:
.cfi_startproc
jmp foo
.cfi_endproc
.size start, .-start
.section .text.foo,"ax",@progbits
.globl foo
.type foo, @function
foo:
.cfi_startproc
ret
.cfi_endproc
.size foo, .-foo