From d7c7e2ff7d3305e4bc5634902ec4b8406e9cefca Mon Sep 17 00:00:00 2001 From: Kevin Enderby Date: Wed, 6 Jul 2011 17:55:20 +0000 Subject: Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134511 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ELF/relocation.s | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/MC/ELF/relocation.s b/test/MC/ELF/relocation.s index 2760232..7db2248 100644 --- a/test/MC/ELF/relocation.s +++ b/test/MC/ELF/relocation.s @@ -92,23 +92,23 @@ bar: // CHECK: # Relocation 0x0000000b // CHECK-NEXT: (('r_offset', 0x0000004e) // CHECK-NEXT: ('r_sym', 0x00000002) -// CHECK-NEXT: ('r_type', 0x0000000b) +// CHECK-NEXT: ('r_type', 0x0000000e) // CHECK-NEXT: ('r_addend', 0x00000000) // CHECK: # Relocation 0x0000000c -// CHECK-NEXT: (('r_offset', 0x00000055) +// CHECK-NEXT: (('r_offset', 0x00000052) // CHECK-NEXT: ('r_sym', 0x00000006) // CHECK-NEXT: ('r_type', 0x00000002) // CHECK-NEXT: ('r_addend', 0xfffffffc) // CHECK: # Relocation 0x0000000d -// CHECK-NEXT: (('r_offset', 0x0000005c) +// CHECK-NEXT: (('r_offset', 0x00000059) // CHECK-NEXT: ('r_sym', 0x00000006) // CHECK-NEXT: ('r_type', 0x00000002) -// CHECK-NEXT: ('r_addend', 0x0000005c) +// CHECK-NEXT: ('r_addend', 0x00000059) // CHECK: # Relocation 0x0000000e -// CHECK-NEXT: (('r_offset', 0x00000063) +// CHECK-NEXT: (('r_offset', 0x00000060) // CHECK-NEXT: ('r_sym', 0x00000002) // CHECK-NEXT: ('r_type', 0x0000000b) // CHECK-NEXT: ('r_addend', 0x00000000) -- cgit v1.1