blob: e4859c7747a4aceb03d5971148dc3e7b7ecfebc9 [file] [log] [blame]
.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