diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-25 15:56:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-25 15:56:20 +0000 |
commit | fe15f9f7efb7aadca1b0706c949f3c98a5c9d507 (patch) | |
tree | d0fe001e7fa408f1918ba45a408b360cefa6f354 /libexec/ld.so/amd64 | |
parent | 940d7463b98bd355f1d60a5edc0b0b9406e5d273 (diff) |
spacing
Diffstat (limited to 'libexec/ld.so/amd64')
-rw-r--r-- | libexec/ld.so/amd64/ldasm.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/amd64/ldasm.S b/libexec/ld.so/amd64/ldasm.S index 15128e99706..048ea57ea9b 100644 --- a/libexec/ld.so/amd64/ldasm.S +++ b/libexec/ld.so/amd64/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.3 2004/02/23 20:52:04 deraadt Exp $ */ +/* $OpenBSD: ldasm.S,v 1.4 2004/05/25 15:56:18 deraadt Exp $ */ /* * Copyright (c) 2002,2004 Dale Rahn @@ -68,7 +68,7 @@ _dl_start: #define DL_SYSCALL(n) DL_SYSCALL2(n,n) #define DL_SYSCALL2(n,c) \ - .global __CONCAT(_dl_,n) ;\ + .global __CONCAT(_dl_,n) ;\ .type __CONCAT(_dl_,n), @function ;\ .align 4 ;\ __CONCAT(_dl_,n): ;\ |