diff options
Diffstat (limited to 'test/mach-o/arm64-relocs-errors-delta64-offset.yaml')
-rw-r--r-- | test/mach-o/arm64-relocs-errors-delta64-offset.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/mach-o/arm64-relocs-errors-delta64-offset.yaml b/test/mach-o/arm64-relocs-errors-delta64-offset.yaml index 08e41bc65fff6..d238097f96951 100644 --- a/test/mach-o/arm64-relocs-errors-delta64-offset.yaml +++ b/test/mach-o/arm64-relocs-errors-delta64-offset.yaml @@ -14,11 +14,11 @@ sections: attributes: [ S_ATTR_PURE_INSTRUCTIONS, S_ATTR_SOME_INSTRUCTIONS ] alignment: 4 address: 0x0000000000000000 - content: [ 0xFF, 0x83, 0x00, 0xD1, 0xE0, 0x0B, 0x00, 0xF9, - 0x08, 0x00, 0x40, 0xB9, 0x08, 0x0D, 0x00, 0x71, - 0x08, 0x09, 0x00, 0x71, 0xE8, 0x0F, 0x00, 0xB9, - 0xC8, 0x00, 0x00, 0x54, 0x01, 0x00, 0x00, 0x14, - 0xE8, 0x03, 0x00, 0x32, 0x08, 0x01, 0x00, 0x12, + content: [ 0xFF, 0x83, 0x00, 0xD1, 0xE0, 0x0B, 0x00, 0xF9, + 0x08, 0x00, 0x40, 0xB9, 0x08, 0x0D, 0x00, 0x71, + 0x08, 0x09, 0x00, 0x71, 0xE8, 0x0F, 0x00, 0xB9, + 0xC8, 0x00, 0x00, 0x54, 0x01, 0x00, 0x00, 0x14, + 0xE8, 0x03, 0x00, 0x32, 0x08, 0x01, 0x00, 0x12, 0xE8, 0x7F, 0x00, 0x39, 0x02, 0x00, 0x00, 0x14 ] - segment: __DATA section: __data @@ -34,7 +34,7 @@ sections: 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 ] - relocations: + relocations: # Make sure that the offsets of the subtractor and unsigned both match. # CHECK: bad relocation (paired relocs must have the same offset) in section __DATA/__data (r1_address=1, r1_type=1, r1_extern=1, r1_length=3, r1_pcrel=0, r1_symbolnum=1), (r2_address=0, r2_type=0, r2_extern=1, r2_length=3, r2_pcrel=0, r2_symbolnum=1) |