Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/include mark reloc bitfield linted
details: https://anonhg.NetBSD.org/src/rev/fa400734599c
branches: trunk
changeset: 778149:fa400734599c
user: martin <martin%NetBSD.org@localhost>
date: Sat Mar 17 21:45:39 2012 +0000
description:
mark reloc bitfield linted
diffstat:
sys/arch/sparc/include/aout_machdep.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ac642dca0581 -r fa400734599c sys/arch/sparc/include/aout_machdep.h
--- a/sys/arch/sparc/include/aout_machdep.h Sat Mar 17 21:40:21 2012 +0000
+++ b/sys/arch/sparc/include/aout_machdep.h Sat Mar 17 21:45:39 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aout_machdep.h,v 1.9 2002/12/10 17:14:20 thorpej Exp $ */
+/* $NetBSD: aout_machdep.h,v 1.10 2012/03/17 21:45:39 martin Exp $ */
/*
* Copyright (c) 1993 Christopher G. Demetriou
@@ -52,6 +52,7 @@
unsigned int r_symbolnum : 24, /* ordinal number of add symbol */
r_extern : 1, /* 1 if need to add symbol to value */
: 2; /* unused bits */
+ /*BITFIELDTYPE*/
enum reloc_type r_type : 5; /* relocation type time copy */
long r_addend; /* relocation addend */
};
Home |
Main Index |
Thread Index |
Old Index