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

17 lines
269 B
ArmAsm

.text
.p2align 4,,15
.globl foo
.type foo, @function
foo:
.LFB0:
.cfi_startproc
subq $8, %rsp
.cfi_def_cfa_offset 16
call bar2@PLT
addq $8, %rsp
.cfi_def_cfa_offset 8
jmp bar1@PLT
.cfi_endproc
.LFE0:
.size foo, .-foo
.section .note.GNU-stack,"",@progbits