aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/group-relocs-ldrs-bad-2.s
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-08-14 12:20:41 +0000
committerNick Clifton <nickc@redhat.com>2013-08-14 12:20:41 +0000
commit62c34db3dc2a5a77d28853a650182a26f00896bb (patch)
treecf955dc3e99195e200fb0ca6ed0813f9df9e9404 /ld/testsuite/ld-arm/group-relocs-ldrs-bad-2.s
parentfde605f3823b735b0505ab8e66ca0e3a6a327281 (diff)
downloadgdb-62c34db3dc2a5a77d28853a650182a26f00896bb.zip
gdb-62c34db3dc2a5a77d28853a650182a26f00896bb.tar.gz
gdb-62c34db3dc2a5a77d28853a650182a26f00896bb.tar.bz2
PR ld/15787
* elf32-arm.c (elf32_arm_final_link_relocate): Use origin of output segment containing the relocating symbol instead of assuming 0 for sb group relocations. * ld-arm/group-relocs-ldr-bad.s: Redefine bar into foo section beyond 16 bit offset width. * ld-arm/group-relocs-ldrs-bad.s: Likewise. * ld-arm/group-relocs-ldr-bad.d: Adjust expected result. * ld-arm/group-relocs-ldrs-bad.d: Likewise. * ld-arm/group-relocs.s: Add comments. Move symbols used for sb group relocations into .data section. Drop section zero. Use pc/r0 as base register when pc/sb group relocations are used. * ld-arm/group-relocs.d: Adjust expected result. * ld-arm/group-relocs-alu-bad-2.d: New test for sb group relocation. * ld-arm/group-relocs-ldc-bad-2.d: Likewise. * ld-arm/group-relocs-ldr-bad-2.d: New test for pc group relocation. * ld-arm/group-relocs-ldrs-bad-2.d: Likewise. * ld-arm/unresolved-2.d: Add sb relocation failure test. * ld-arm/group-relocs-alu-bad-2.s: New test source. * ld-arm/group-relocs-ldr-bad-2.s: Likewise. * ld-arm/group-relocs-ldrs-bad-2.s: Likewise. * ld-arm/group-relocs-ldc-bad-2.s: Likewise. * ld-arm/unresolved-2.s: Likewise. * ld-arm/arm-elf.exp: For group-relocs, drop section zero start definition. Run the new tests.
Diffstat (limited to 'ld/testsuite/ld-arm/group-relocs-ldrs-bad-2.s')
-rw-r--r--ld/testsuite/ld-arm/group-relocs-ldrs-bad-2.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/ld/testsuite/ld-arm/group-relocs-ldrs-bad-2.s b/ld/testsuite/ld-arm/group-relocs-ldrs-bad-2.s
index 02cf560..3578060 100644
--- a/ld/testsuite/ld-arm/group-relocs-ldrs-bad-2.s
+++ b/ld/testsuite/ld-arm/group-relocs-ldrs-bad-2.s
@@ -6,12 +6,12 @@
.globl _start
_start:
- add r0, r0, #:sb_g0_nc:(bar)
- ldrd r2, [r0, #:sb_g1:(bar)]
+ add r0, r0, #:pc_g0_nc:(bar)
+ ldrd r2, [r0, #:pc_g1:(bar + 4)]
-@ We will place the section foo at 0x8000100 but that should be irrelevant
-@ for sb_g* relocations.
+@ We will place the section foo at 0x8000100.
.section foo
- .set bar,foo + 0x123456
+bar:
+ mov r0, #0