diff options
Diffstat (limited to 'test/mach-o/parse-arm-relocs.yaml')
| -rw-r--r-- | test/mach-o/parse-arm-relocs.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/mach-o/parse-arm-relocs.yaml b/test/mach-o/parse-arm-relocs.yaml index c87c2a99b215..abeb3ddeb9d1 100644 --- a/test/mach-o/parse-arm-relocs.yaml +++ b/test/mach-o/parse-arm-relocs.yaml @@ -438,10 +438,10 @@ sections: type: S_REGULAR attributes: [ ] address: 0x00000000000000A0 - content: [ 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, - 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x04, 0x00, 0x00, 0x00, 0xA4, 0xFF, 0xFF, 0xFF, - 0xA4, 0xFF, 0xFF, 0xFF, 0x45, 0xFF, 0xFF, 0xFF, + content: [ 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, + 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x00, 0x00, 0xA4, 0xFF, 0xFF, 0xFF, + 0xA4, 0xFF, 0xFF, 0xFF, 0x45, 0xFF, 0xFF, 0xFF, 0x45, 0xFF, 0xFF, 0xFF ] relocations: - offset: 0x00000020 @@ -742,7 +742,7 @@ undefined-symbols: # CHECK: offset: 68 # CHECK: target: _undef # CHECK: addend: 8 -# CHECK: undefined-atoms: +# CHECK: undefined-atoms: # CHECK: - name: _undef @@ -782,7 +782,7 @@ undefined-symbols: # # # .code 32 -# .align 2 +# .align 2 #_foo_arm: # bl _x # bl _x+4 @@ -803,7 +803,7 @@ undefined-symbols: # movt r5, :upper16:_undef # movw r6, :lower16:_undef+8 # movt r6, :upper16:_undef+8 -# +# # # .data #_x: .long 0 |
