1438a3ee10
* ld-elf/ehdr_start.s: Put reference in .rodata section, not .data.
10 lines
121 B
ArmAsm
10 lines
121 B
ArmAsm
.text
|
|
.globl _start
|
|
_start:
|
|
.space 16
|
|
|
|
.section .rodata,"a"
|
|
.globl foo
|
|
foo:
|
|
.weak __ehdr_start
|
|
.dc.a __ehdr_start
|