mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
8 lines
134 B
ArmAsm
8 lines
134 B
ArmAsm
|
.text
|
||
|
.globl _start
|
||
|
.type _start, @function
|
||
|
_start:
|
||
|
movl __ehdr_start@GOT(%eax), %eax
|
||
|
.size _start, .-_start
|
||
|
.weak __ehdr_start
|