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

14 lines
214 B
ArmAsm

.text
.globl orig
.type orig, @function
orig:
xorl %eax, %eax
ret
.size orig, .-orig
.section .text.startup,"ax",@progbits
.globl main
.type main, @function
main:
xorl %eax, %eax
ret
.size main, .-main