mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
8 lines
151 B
ArmAsm
8 lines
151 B
ArmAsm
|
# When GC, all sections in each file must be referenced from within a kept
|
||
|
# section.
|
||
|
.section .init,"ax",@progbits
|
||
|
_start:
|
||
|
.quad x+41
|
||
|
.quad x2+42
|
||
|
|