mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
15 lines
187 B
ArmAsm
15 lines
187 B
ArmAsm
|
.section .rodata
|
||
|
.align 10
|
||
|
.globl SymbolRodata
|
||
|
.set SymbolRodata, . + 0x1800
|
||
|
.word 0x0
|
||
|
|
||
|
|
||
|
.section .init_array
|
||
|
.word 0x0
|
||
|
|
||
|
.text
|
||
|
.globl _start
|
||
|
_start:
|
||
|
lla a0, SymbolRodata
|