mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
7d500b8357
bfd/ * elf32-arm.c (elf32_arm_output_arch_local_syms): Skip excluded sections. ld/testsuite/ * ld-arm/arm-elf.exp: Add new rodata-merge-map test. * ld-arm/rodata-merge-map.ld: New file. * ld-arm/rodata-merge-map.sym: Likewise. * ld-arm/rodata-merge-map1.s Likewise. * ld-arm/rodata-merge-map2.s: Likewise. * ld-arm/rodata-merge-map3.s: Likewise.
9 lines
287 B
ArmAsm
9 lines
287 B
ArmAsm
@ Test to ensure that no nameless mapping symbol is inserted
|
|
@ within a merged section.
|
|
@ This file contains the 1st contribution, which is expected to
|
|
@ generate a $d symbol at its beginning.
|
|
|
|
.section .rodata.str1.1,"aMS",%progbits,1
|
|
.LC0:
|
|
.string "Hello world"
|