Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-aarch64/property-bti-pac4.s
2023-03-06 14:48:14 +01:00

21 lines
310 B
ArmAsm

.arch armv8-a
.file "t.c"
.text
.align 2
.p2align 3,,7
.global f
.type f, %function
f:
add w0, w0, 1
ret
.size f, .-f
.section .text.startup,"ax",@progbits
.align 2
.p2align 3,,7
.global main
.type main, %function
main:
mov w0, 6
ret
.size main, .-main
.section .note.GNU-stack,"",@progbits