* ld/testsuite/ld-arm/arm-elf.exp (armelftests): Only dump executable sections in
group-relocs test.
* ld/testsuite/ld-arm/reloc-boundaries.d: Fix test to work on Linux targets.
+2010-02-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-arm/group-relocs.s: Mark code sections as executable.
+ * ld-arm/arm-elf.exp (armelftests): Only dump executable sections in
+ group-relocs test.
+ * ld-arm/reloc-boundaries.d: Fix test to work on Linux targets.
+
2010-02-23 Nick Clifton <nickc@redhat.com>
* ld-elf/orphan4.d: Allow for other sections to be present in the
set armelftests {
{"Group relocations" "-Ttext 0x8000 --section-start zero=0x0 --section-start alpha=0xeef0 --section-start beta=0xffeef0" "" {group-relocs.s}
- {{objdump -Dr group-relocs.d}}
+ {{objdump -dr group-relocs.d}}
"group-relocs"}
{"Thumb-1 BL" "-Ttext 0x1000 --section-start .foo=0x401000" "" {thumb1-bl.s}
{{objdump -dr thumb1-bl.d}}
@ We will place the section zero at 0x0.
- .section zero
+ .section zero, "x"
one_group_needed_alu_sb:
one_group_needed_ldr_sb:
@ We will place the section alpha at 0xeef0.
- .section alpha
+ .section alpha, "x"
two_groups_needed_alu_sb:
two_groups_needed_ldr_sb:
@ We will place the section beta at 0xffeef0.
- .section beta
+ .section beta, "x"
three_groups_needed_alu_sb:
three_groups_needed_ldr_sb:
[^:]*: file format elf32-(little|big)arm
Contents of section .text:
- 8000 80ff0080 ffff ......
+ 80.. 80ff0080 ffff ......
#...