diff options
Diffstat (limited to 'ld/testsuite/ld-arm/group-relocs-ldr-bad.s')
-rw-r--r-- | ld/testsuite/ld-arm/group-relocs-ldr-bad.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-arm/group-relocs-ldr-bad.s b/ld/testsuite/ld-arm/group-relocs-ldr-bad.s index 6ab4f3c..3aec8ee 100644 --- a/ld/testsuite/ld-arm/group-relocs-ldr-bad.s +++ b/ld/testsuite/ld-arm/group-relocs-ldr-bad.s @@ -6,8 +6,8 @@ .globl _start _start: - add r0, r0, #:sb_g0_nc:(bar) - ldr r1, [r0, #:sb_g1:(bar)] + add r0, r0, #:pc_g0_nc:(bar) + ldr r1, [r0, #:pc_g1:(bar + 4)] @ We will place the section foo at 0x8001000. |