aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/relax.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/relax.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/relax.s')
-rw-r--r--test/MC/ELF/relax.s34
1 files changed, 17 insertions, 17 deletions
diff --git a/test/MC/ELF/relax.s b/test/MC/ELF/relax.s
index 5c5e7e3..ed9b7dc 100644
--- a/test/MC/ELF/relax.s
+++ b/test/MC/ELF/relax.s
@@ -12,27 +12,27 @@ foo:
jmp bar
jmp foo
-// CHECK: ('sh_name', 1) # '.text'
-// CHECK-NEXT: ('sh_type', 1)
-// CHECK-NEXT: ('sh_flags', 6)
-// CHECK-NEXT: ('sh_addr', 0)
-// CHECK-NEXT: ('sh_offset', 64)
-// CHECK-NEXT: ('sh_size', 7)
-// CHECK-NEXT: ('sh_link', 0)
-// CHECK-NEXT: ('sh_info', 0)
-// CHECK-NEXT: ('sh_addralign', 4)
-// CHECK-NEXT: ('sh_entsize', 0)
+// CHECK: ('sh_name', 0x1) # '.text'
+// CHECK-NEXT: ('sh_type', 0x1)
+// CHECK-NEXT: ('sh_flags', 0x6)
+// CHECK-NEXT: ('sh_addr', 0x0)
+// CHECK-NEXT: ('sh_offset', 0x40)
+// CHECK-NEXT: ('sh_size', 0x7)
+// CHECK-NEXT: ('sh_link', 0x0)
+// CHECK-NEXT: ('sh_info', 0x0)
+// CHECK-NEXT: ('sh_addralign', 0x4)
+// CHECK-NEXT: ('sh_entsize', 0x0)
// CHECK-NEXT: ('_section_data', 'ebfee900 000000')
-// CHECK: # Symbol 5
-// CHECK-NEXT: (('st_name', 5) # 'foo'
+// CHECK: # Symbol 0x5
+// CHECK-NEXT: (('st_name', 0x5) # 'foo'
// CHECK: .rela.text
// CHECK: ('_relocations', [
-// CHECK-NEXT: Relocation 0
-// CHECK-NEXT: (('r_offset', 3)
-// CHECK-NEXT: ('r_sym', 5)
-// CHECK-NEXT: ('r_type', 2)
-// CHECK-NEXT: ('r_addend', -4)
+// CHECK-NEXT: Relocation 0x0
+// CHECK-NEXT: (('r_offset', 0x3)
+// CHECK-NEXT: ('r_sym', 0x5)
+// CHECK-NEXT: ('r_type', 0x2)
+// CHECK-NEXT: ('r_addend', -0x4)
// CHECK-NEXT: ),
// CHECK-NEXT: ])