diff options
Diffstat (limited to 'test/MC/ELF/plt.s')
-rw-r--r-- | test/MC/ELF/plt.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/ELF/plt.s b/test/MC/ELF/plt.s index 2cbcf5a..7d0073c 100644 --- a/test/MC/ELF/plt.s +++ b/test/MC/ELF/plt.s @@ -5,10 +5,10 @@ jmp foo@PLT // CHECK: ('_relocations', [ -// CHECK-NEXT: # Relocation 0 +// CHECK-NEXT: # Relocation 0x00000000 // CHECK-NEXT: (('r_offset', // CHECK-NEXT: ('r_sym', -// CHECK-NEXT: ('r_type', 4) +// CHECK-NEXT: ('r_type', 0x00000004) // CHECK-NEXT: ('r_addend', // CHECK-NEXT: ), // CHECK-NEXT: ]) |