diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-24 04:17:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-24 04:17:02 +0000 |
commit | 02ba7b17f1114bc55b4a50e004451dc9942b9fc0 (patch) | |
tree | 549afb30dbb96e63d1876bada2785100ad266fc4 /libexec/ld.so/sparc64 | |
parent | a2c4c67f6bef5f075a102e449c50d7bbefa3e41b (diff) |
more KNF
Diffstat (limited to 'libexec/ld.so/sparc64')
-rw-r--r-- | libexec/ld.so/sparc64/ldasm.S | 8 | ||||
-rw-r--r-- | libexec/ld.so/sparc64/rtld_machine.c | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/libexec/ld.so/sparc64/ldasm.S b/libexec/ld.so/sparc64/ldasm.S index 201b4074a9c..bcff6965088 100644 --- a/libexec/ld.so/sparc64/ldasm.S +++ b/libexec/ld.so/sparc64/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.10 2002/05/24 03:44:38 deraadt Exp $ */ +/* $OpenBSD: ldasm.S,v 1.11 2002/05/24 04:17:01 deraadt Exp $ */ /* $NetBSD: rtld_start.S,v 1.5 2001/08/14 22:17:48 eeh Exp $ */ /* @@ -50,8 +50,8 @@ * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: - * This product includes software developed by the NetBSD - * Foundation, Inc. and its contributors. + * This product includes software developed by the NetBSD + * Foundation, Inc. and its contributors. * 4. Neither the name of The NetBSD Foundation nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. @@ -164,7 +164,7 @@ _dl_start: _dl_bind_start_0: # (x, y) #if 0 call _dl_bind_start_0_stub - ldx [%o1 + (10*4)], %l7 + ldx [%o1 + (10*4)], %l7 mov %o0, %o1 call _dl_bind diff --git a/libexec/ld.so/sparc64/rtld_machine.c b/libexec/ld.so/sparc64/rtld_machine.c index 328566fbd7f..ca188004ef9 100644 --- a/libexec/ld.so/sparc64/rtld_machine.c +++ b/libexec/ld.so/sparc64/rtld_machine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtld_machine.c,v 1.12 2002/05/24 03:44:38 deraadt Exp $ */ +/* $OpenBSD: rtld_machine.c,v 1.13 2002/05/24 04:17:01 deraadt Exp $ */ /* * Copyright (c) 1999 Dale Rahn @@ -50,8 +50,8 @@ * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: - * This product includes software developed by the NetBSD - * Foundation, Inc. and its contributors. + * This product includes software developed by the NetBSD + * Foundation, Inc. and its contributors. * 4. Neither the name of The NetBSD Foundation nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific prior written permission. @@ -225,7 +225,7 @@ _dl_md_reloc(elf_object_t *object, int rel, int relasz) Elf_RelA *relas; load_list_t *llist; - loff = object->load_offs; + loff = object->load_offs; numrela = object->Dyn.info[relasz] / sizeof(Elf64_Rela); relas = (Elf64_Rela *)(object->Dyn.info[rel]); |