266b05cf76
(_bfd_elf_canonicalize_dynamic_reloc): Find dynamic relocations even if they are not loaded. * elflink.c (_bfd_elf_init_2_index_sections): Set data_index_section first. * ld-arm/symbian-seg1.s, ld-arm/symbian-seg1.d: New files. * ld-arm/arm-elf.exp: Run symbian-seg1.
13 lines
204 B
ArmAsm
13 lines
204 B
ArmAsm
.text
|
|
.globl _start
|
|
_start:
|
|
.word datavar
|
|
.word rodatavar
|
|
|
|
.section ".rodata", "a"
|
|
rodatavar:
|
|
.word 0
|
|
|
|
.section ".data", "aw"
|
|
datavar:
|
|
.word 0
|