diff options
author | Christophe Lyon <christophe.lyon@st.com> | 2011-09-01 14:10:40 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@st.com> | 2011-09-01 14:10:40 +0000 |
commit | 7d500b8357c0fd219b6a9a9f128d5b982a468cf3 (patch) | |
tree | de281e8f21b8604d86730c412680e024936d311b /ld/testsuite/ld-arm/rodata-merge-map2.s | |
parent | df6dc84da93e5fb1e2d7e781c1bac4a8bacc334b (diff) | |
download | binutils-7d500b8357c0fd219b6a9a9f128d5b982a468cf3.zip binutils-7d500b8357c0fd219b6a9a9f128d5b982a468cf3.tar.gz binutils-7d500b8357c0fd219b6a9a9f128d5b982a468cf3.tar.bz2 |
2011-09-01 Christophe Lyon <christophe.lyon@st.com>
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.
Diffstat (limited to 'ld/testsuite/ld-arm/rodata-merge-map2.s')
-rw-r--r-- | ld/testsuite/ld-arm/rodata-merge-map2.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/rodata-merge-map2.s b/ld/testsuite/ld-arm/rodata-merge-map2.s new file mode 100644 index 0000000..7136774 --- /dev/null +++ b/ld/testsuite/ld-arm/rodata-merge-map2.s @@ -0,0 +1,9 @@ +@ This file contains the 2nd contribution, which is expected to +@ be fully merged into the 1st contribution (from +@ rodata-merge-map1.s), and generate no mapping symbol (which +@ would otherwise be converted in a symbol table entry with no +@ name). + + .section .rodata.str1.1,"aMS",%progbits,1 +.LC0: + .string "world" |