diff options
Diffstat (limited to 'test/MC/MachO/tlv-reloc.s')
-rw-r--r-- | test/MC/MachO/tlv-reloc.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/MC/MachO/tlv-reloc.s b/test/MC/MachO/tlv-reloc.s index 04fc7ae..d111241 100644 --- a/test/MC/MachO/tlv-reloc.s +++ b/test/MC/MachO/tlv-reloc.s @@ -24,7 +24,7 @@ _foo: // CHECK: ('cputype', 16777223) // CHECK: ('cpusubtype', 3) // CHECK: ('filetype', 1) -// CHECK: ('num_load_commands', 1) +// CHECK: ('num_load_commands', 3) // CHECK: ('load_commands_size', 416) // CHECK: ('flag', 0) // CHECK: ('reserved', 0) @@ -61,7 +61,7 @@ _foo: // CHECK: (('word-0', 0x3), // CHECK: ('word-1', 0x9d000001)), // CHECK: ]) -// CHECK: ('_section_data', 'H\x8b=\x00\x00\x00\x00\xff\x17\xc3') +// CHECK: ('_section_data', '488b3d00 000000ff 17c3') // CHECK: # Section 1 // CHECK: (('section_name', '__thread_data\x00\x00\x00') // CHECK: ('segment_name', '__DATA\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') @@ -78,7 +78,7 @@ _foo: // CHECK: ), // CHECK: ('_relocations', [ // CHECK: ]) -// CHECK: ('_section_data', '\x04\x00\x00\x00') +// CHECK: ('_section_data', '04000000') // CHECK: # Section 2 // CHECK: (('section_name', '__thread_vars\x00\x00\x00') // CHECK: ('segment_name', '__DATA\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') @@ -101,7 +101,7 @@ _foo: // CHECK: (('word-0', 0x0), // CHECK: ('word-1', 0xe000003)), // CHECK: ]) -// CHECK: ('_section_data', '\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') +// CHECK: ('_section_data', '00000000 00000000 00000000 00000000 00000000 00000000') // CHECK: ]) // CHECK: ), // CHECK: # Load Command 1 |