aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/relative-dynamic-reloc-pie.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/relative-dynamic-reloc-pie.s')
-rw-r--r--test/ELF/relative-dynamic-reloc-pie.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ELF/relative-dynamic-reloc-pie.s b/test/ELF/relative-dynamic-reloc-pie.s
index d9967af52eb6..25b3e0ac2333 100644
--- a/test/ELF/relative-dynamic-reloc-pie.s
+++ b/test/ELF/relative-dynamic-reloc-pie.s
@@ -5,9 +5,9 @@
## Test that we create R_X86_64_RELATIVE relocations with -pie.
# CHECK: Relocations [
# CHECK-NEXT: Section ({{.*}}) .rela.dyn {
-# CHECK-NEXT: 0x3000 R_X86_64_RELATIVE - 0x3000
-# CHECK-NEXT: 0x3008 R_X86_64_RELATIVE - 0x3008
-# CHECK-NEXT: 0x3010 R_X86_64_RELATIVE - 0x3009
+# CHECK-NEXT: 0x2000 R_X86_64_RELATIVE - 0x2000
+# CHECK-NEXT: 0x2008 R_X86_64_RELATIVE - 0x2008
+# CHECK-NEXT: 0x2010 R_X86_64_RELATIVE - 0x2009
# CHECK-NEXT: }
# CHECK-NEXT: ]