Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include De-lint. Reviewed by christos.
details: https://anonhg.NetBSD.org/src/rev/0e360b1c848a
branches: trunk
changeset: 503583:0e360b1c848a
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Feb 09 15:54:18 2001 +0000
description:
De-lint. Reviewed by christos.
diffstat:
sys/arch/powerpc/include/aout_machdep.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a8bbbd6b0ff7 -r 0e360b1c848a sys/arch/powerpc/include/aout_machdep.h
--- a/sys/arch/powerpc/include/aout_machdep.h Fri Feb 09 14:51:38 2001 +0000
+++ b/sys/arch/powerpc/include/aout_machdep.h Fri Feb 09 15:54:18 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aout_machdep.h,v 1.2 1998/12/03 05:15:06 sakamoto Exp $ */
+/* $NetBSD: aout_machdep.h,v 1.3 2001/02/09 15:54:18 wiz Exp $ */
/*-
* Copyright (C) 1995 Wolfgang Solfrank.
@@ -44,7 +44,7 @@
unsigned int r_symbolnum : 24, /* ordinal number of add symbol */
r_extern : 1, /* 1 if need to add symbol to value */
: 1; /* unused bits */
- enum reloc_type r_type : 6; /* relocation type */
+ u_int32_t r_type : 6; /* relocation type */
long r_addend; /* relocation addend */
};
#define relocation_info relocation_info_ppc
Home |
Main Index |
Thread Index |
Old Index