aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/rodata-merge-map3.s
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2011-09-01 14:10:40 +0000
committerChristophe Lyon <christophe.lyon@st.com>2011-09-01 14:10:40 +0000
commit7d500b8357c0fd219b6a9a9f128d5b982a468cf3 (patch)
treede281e8f21b8604d86730c412680e024936d311b /ld/testsuite/ld-arm/rodata-merge-map3.s
parentdf6dc84da93e5fb1e2d7e781c1bac4a8bacc334b (diff)
downloadgdb-7d500b8357c0fd219b6a9a9f128d5b982a468cf3.zip
gdb-7d500b8357c0fd219b6a9a9f128d5b982a468cf3.tar.gz
gdb-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-map3.s')
-rw-r--r--ld/testsuite/ld-arm/rodata-merge-map3.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/rodata-merge-map3.s b/ld/testsuite/ld-arm/rodata-merge-map3.s
new file mode 100644
index 0000000..45aaef0
--- /dev/null
+++ b/ld/testsuite/ld-arm/rodata-merge-map3.s
@@ -0,0 +1,9 @@
+@ This file contains the 3rd contribution, which is expected to
+@ be partially merged into the 1st contribution (from
+@ rodata-merge-map1.s), and generate a (redundant, but harmless)
+@ $d mapping symbol.
+
+ .section .rodata.str1.1,"aMS",%progbits,1
+.LC0:
+ .string "foo"
+ .string "world"