aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/relocation.s
diff options
context:
space:
mode:
authorJason W Kim <jason.w.kim.2009@gmail.com>2010-10-18 21:32:41 +0000
committerJason W Kim <jason.w.kim.2009@gmail.com>2010-10-18 21:32:41 +0000
commite7d4a4c6c882907da11adcaaacf1a2f464214e87 (patch)
treef4cc2111bcca297abe43da22b89bb0c1f2597a22 /test/MC/ELF/relocation.s
parentfb8096dee5df60f156e770b9f96f8417e9dbd4c9 (diff)
downloadexternal_llvm-e7d4a4c6c882907da11adcaaacf1a2f464214e87.zip
external_llvm-e7d4a4c6c882907da11adcaaacf1a2f464214e87.tar.gz
external_llvm-e7d4a4c6c882907da11adcaaacf1a2f464214e87.tar.bz2
Changed elf-dump to output hex format by default.
Also updated tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116753 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ELF/relocation.s')
-rw-r--r--test/MC/ELF/relocation.s68
1 files changed, 34 insertions, 34 deletions
diff --git a/test/MC/ELF/relocation.s b/test/MC/ELF/relocation.s
index 45c863e..265c7f7 100644
--- a/test/MC/ELF/relocation.s
+++ b/test/MC/ELF/relocation.s
@@ -10,48 +10,48 @@ bar:
movq bar, %rdx // R_X86_64_32S
.long bar // R_X86_64_32
-// CHECK: # Section 1
-// CHECK: (('sh_name', 1) # '.text'
-
-// CHECK: # Symbol 2
-// CHECK: (('st_name', 0) # ''
-// CHECK: ('st_bind', 0)
-// CHECK ('st_type', 3)
-// CHECK: ('st_other', 0)
-// CHECK: ('st_shndx', 1)
-
-// CHECK: # Relocation 0
-// CHECK-NEXT: (('r_offset', 1)
-// CHECK-NEXT: ('r_sym', 2)
-// CHECK-NEXT: ('r_type', 10)
+// CHECK: # Section 0x1
+// CHECK: (('sh_name', 0x1) # '.text'
+
+// CHECK: # Symbol 0x2
+// CHECK: (('st_name', 0x0) # ''
+// CHECK: ('st_bind', 0x0)
+// CHECK ('st_type', 0x3)
+// CHECK: ('st_other', 0x0)
+// CHECK: ('st_shndx', 0x1)
+
+// CHECK: # Relocation 0x0
+// CHECK-NEXT: (('r_offset', 0x1)
+// CHECK-NEXT: ('r_sym', 0x2)
+// CHECK-NEXT: ('r_type', 0xa)
// CHECK-NEXT: ('r_addend',
-// CHECK: # Relocation 1
-// CHECK-NEXT: (('r_offset', 8)
-// CHECK-NEXT: ('r_sym', 2)
-// CHECK-NEXT: ('r_type', 11)
+// CHECK: # Relocation 0x1
+// CHECK-NEXT: (('r_offset', 0x8)
+// CHECK-NEXT: ('r_sym', 0x2)
+// CHECK-NEXT: ('r_type', 0xb)
// CHECK-NEXT: ('r_addend',
-// CHECK: # Relocation 2
-// CHECK-NEXT: (('r_offset', 19)
-// CHECK-NEXT: ('r_sym', 2)
-// CHECK-NEXT: ('r_type', 11)
+// CHECK: # Relocation 0x2
+// CHECK-NEXT: (('r_offset', 0x13)
+// CHECK-NEXT: ('r_sym', 0x2)
+// CHECK-NEXT: ('r_type', 0xb)
// CHECK-NEXT: ('r_addend',
-// CHECK: # Relocation 3
-// CHECK-NEXT: (('r_offset', 26)
-// CHECK-NEXT: ('r_sym', 2)
-// CHECK-NEXT: ('r_type', 11)
+// CHECK: # Relocation 0x3
+// CHECK-NEXT: (('r_offset', 0x1a)
+// CHECK-NEXT: ('r_sym', 0x2)
+// CHECK-NEXT: ('r_type', 0xb)
// CHECK-NEXT: ('r_addend',
-// CHECK: # Relocation 4
-// CHECK-NEXT: (('r_offset', 34)
-// CHECK-NEXT: ('r_sym', 2)
-// CHECK-NEXT: ('r_type', 11)
+// CHECK: # Relocation 0x4
+// CHECK-NEXT: (('r_offset', 0x22)
+// CHECK-NEXT: ('r_sym', 0x2)
+// CHECK-NEXT: ('r_type', 0xb)
// CHECK-NEXT: ('r_addend',
-// CHECK: # Relocation 5
-// CHECK-NEXT: (('r_offset', 38)
-// CHECK-NEXT: ('r_sym', 2)
-// CHECK-NEXT: ('r_type', 10)
+// CHECK: # Relocation 0x5
+// CHECK-NEXT: (('r_offset', 0x26)
+// CHECK-NEXT: ('r_sym', 0x2)
+// CHECK-NEXT: ('r_type', 0xa)
// CHECK-NEXT: ('r_addend',