Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so/arch/sparc64 Whitespace.
details: https://anonhg.NetBSD.org/src/rev/3654f119b1cc
branches: trunk
changeset: 757804:3654f119b1cc
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Sep 24 11:57:11 2010 +0000
description:
Whitespace.
diffstat:
libexec/ld.elf_so/arch/sparc64/mdreloc.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 0b95f0ba2172 -r 3654f119b1cc libexec/ld.elf_so/arch/sparc64/mdreloc.c
--- a/libexec/ld.elf_so/arch/sparc64/mdreloc.c Fri Sep 24 11:41:46 2010 +0000
+++ b/libexec/ld.elf_so/arch/sparc64/mdreloc.c Fri Sep 24 11:57:11 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mdreloc.c,v 1.47 2010/08/06 16:33:18 joerg Exp $ */
+/* $NetBSD: mdreloc.c,v 1.48 2010/09/24 11:57:11 skrll Exp $ */
/*-
* Copyright (c) 2000 Eduardo Horvath.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: mdreloc.c,v 1.47 2010/08/06 16:33:18 joerg Exp $");
+__RCSID("$NetBSD: mdreloc.c,v 1.48 2010/09/24 11:57:11 skrll Exp $");
#endif /* not lint */
#include <errno.h>
@@ -554,7 +554,7 @@
if (rela->r_addend) {
Elf_Addr *ptr = (Elf_Addr *)where;
/*
- * This entry is >=32768. The relocations points to a
+ * This entry is >= 32768. The relocations points to a
* PC-relative pointer to the bind_0 stub at the top of the
* PLT section. Update it to point to the target function.
*/
@@ -576,7 +576,7 @@
* nop
*
*/
- where[1] = BAA | ((offset >> 2) &0x3fffff);
+ where[1] = BAA | ((offset >> 2) & 0x3fffff);
__asm volatile("iflush %0+4" : : "r" (where));
} else if (value < (1L<<32)) {
/*
Home |
Main Index |
Thread Index |
Old Index