diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-08-28 14:12:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-08-28 14:12:10 +0000 |
commit | 5a31c1921922406134a885c582fa4e8bed909f3f (patch) | |
tree | 656b580954f1a396ecba696826a545ff876125eb /libexec | |
parent | 495a47af5643c80ebc6e396e7db686c9e7932e79 (diff) |
whitespace
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/amd64/ldasm.S | 4 | ||||
-rw-r--r-- | libexec/ld.so/arm/ldasm.S | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libexec/ld.so/amd64/ldasm.S b/libexec/ld.so/amd64/ldasm.S index e5e191ad5e5..9f18b87617a 100644 --- a/libexec/ld.so/amd64/ldasm.S +++ b/libexec/ld.so/amd64/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.28 2017/08/27 21:59:52 deraadt Exp $ */ +/* $OpenBSD: ldasm.S,v 1.29 2017/08/28 14:12:09 deraadt Exp $ */ /* * Copyright (c) 2002,2004 Dale Rahn @@ -42,7 +42,7 @@ _dl_start: subq $8, %rsp # align stack andq $~15, %rsp addq $8, %rsp - + pushq %rbx # save ps_strings subq $DL_DATA_SIZE, %rsp # allocate dl_data diff --git a/libexec/ld.so/arm/ldasm.S b/libexec/ld.so/arm/ldasm.S index 038663f8471..47c6a76d0de 100644 --- a/libexec/ld.so/arm/ldasm.S +++ b/libexec/ld.so/arm/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.26 2017/08/27 21:59:52 deraadt Exp $ */ +/* $OpenBSD: ldasm.S,v 1.27 2017/08/28 14:12:09 deraadt Exp $ */ /* * Copyright (c) 2004 Dale Rahn @@ -44,7 +44,7 @@ ENTRY(_dl_start) 1: add r8, pc, r8 @ into r8 ldr r2, .L__DYNAMIC @ &_DYNAMIC - add r2, r2, r8 + add r2, r2, r8 bl _dl_boot_bind @@ -62,7 +62,7 @@ ENTRY(_dl_start) mov r1, r0 ldr r0, .L_dl_dtors - add r0, r0, r8 + add r0, r0, r8 mov pc, r1 .L_GOT: .long _GLOBAL_OFFSET_TABLE_-(1b+8) |