diff options
Diffstat (limited to 'lld/test/darwin/hello-world.objtxt')
| -rw-r--r-- | lld/test/darwin/hello-world.objtxt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lld/test/darwin/hello-world.objtxt b/lld/test/darwin/hello-world.objtxt index d5e88a28165..29f26b78589 100644 --- a/lld/test/darwin/hello-world.objtxt +++ b/lld/test/darwin/hello-world.objtxt @@ -9,8 +9,8 @@ defined-atoms: - name: _main type: code scope: global - content: [ 55, 48, 89, E5, 48, 8D, 3D, 00, - 00, 00, 00, E8, 00, 00, 00, 00, + content: [ 55, 48, 89, E5, 48, 8D, 3D, 00, + 00, 00, 00, E8, 00, 00, 00, 00, 31, C0, 5D, C3 ] references: - offset: 7 @@ -25,7 +25,7 @@ defined-atoms: merge: by-content content: [ 68, 65, 6C, 6C, 6F, 0A, 00 ] -shared-library-atoms: +shared-library-atoms: - name: _printf load-name: /usr/lib/libSystem.B.dylib |

