Module Name: src
Committed By: martin
Date: Sat Mar 17 21:45:39 UTC 2012
Modified Files:
src/sys/arch/sparc/include: aout_machdep.h
Log Message:
mark reloc bitfield linted
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc/include/aout_machdep.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sparc/include/aout_machdep.h
diff -u src/sys/arch/sparc/include/aout_machdep.h:1.9 src/sys/arch/sparc/include/aout_machdep.h:1.10
--- src/sys/arch/sparc/include/aout_machdep.h:1.9 Tue Dec 10 17:14:20 2002
+++ src/sys/arch/sparc/include/aout_machdep.h Sat Mar 17 21:45:39 2012
@@ -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 @@ struct relocation_info_sparc {
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 */
};