From: Kevin Enderby Date: Wed, 6 Jul 2011 17:55:20 +0000 (+0000) Subject: Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6aac575c9f63c5497a2b50c1edefd1fbe8a7a976;p=platform%2Fupstream%2Fllvm.git Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501. llvm-svn: 134511 --- diff --git a/llvm/test/MC/ELF/relocation.s b/llvm/test/MC/ELF/relocation.s index 2760232..7db2248 100644 --- a/llvm/test/MC/ELF/relocation.s +++ b/llvm/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)