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/sparc64/ldasm.S | |
parent | 940d7463b98bd355f1d60a5edc0b0b9406e5d273 (diff) |
spacing
Diffstat (limited to 'libexec/ld.so/sparc64/ldasm.S')
-rw-r--r-- | libexec/ld.so/sparc64/ldasm.S | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libexec/ld.so/sparc64/ldasm.S b/libexec/ld.so/sparc64/ldasm.S index 416c72ad451..dcf8186fa96 100644 --- a/libexec/ld.so/sparc64/ldasm.S +++ b/libexec/ld.so/sparc64/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.22 2004/01/10 22:47:54 pvalchev Exp $ */ +/* $OpenBSD: ldasm.S,v 1.23 2004/05/25 15:56:19 deraadt Exp $ */ /* $NetBSD: rtld_start.S,v 1.5 2001/08/14 22:17:48 eeh Exp $ */ /* @@ -113,7 +113,7 @@ _ENTRY(_dl_start) sll %o2, 2, %o2 ! extract PC offset sra %o2, 0, %o2 ! sign-extend - add %o2, %o7, %o2 ! real &_DYNAMIC + add %o2, %o7, %o2 ! real &_DYNAMIC call _dl_boot_bind ! _dl_boot_bind(sp,dl_data,dynamicp) mov %l3, %o1 @@ -280,21 +280,21 @@ _ENTRY(_dl_fstat) add %o7, 8, %g2 ! just return on success t ST_SYSCALL ! off to wonderland retl - sub %g0, %o0, %o0 ! error: result = -errno + sub %g0, %o0, %o0 ! error: result = -errno _ENTRY(_dl_fcntl) mov SYS_fcntl | SYSCALL_G2RFLAG, %g1 ! call sys_fcntl add %o7, 8, %g2 ! just return on success t ST_SYSCALL ! off to wonderland retl - sub %g0, %o0, %o0 ! error: result = -errno + sub %g0, %o0, %o0 ! error: result = -errno _ENTRY(_dl_getdirentries) mov SYS_getdirentries | SYSCALL_G2RFLAG, %g1 ! call sys_getdirentries add %o7, 8, %g2 ! just return on success t ST_SYSCALL ! off to wonderland retl - sub %g0, %o0, %o0 ! error: result = -errno + sub %g0, %o0, %o0 ! error: result = -errno /* _dl_sigprocmask does not support NULL new mask */ _ENTRY(_dl_sigprocmask) @@ -314,4 +314,4 @@ _ENTRY(_dl_sysctl) add %o7, 8, %g2 ! just return on success t ST_SYSCALL ! off to wonderland retl - sub %g0, %o0, %o0 ! error: result = -errno + sub %g0, %o0, %o0 ! error: result = -errno |