OpenSolaris

Printable Version Enter a New Search
Bug ID 6310420
Synopsis gcc and zuluvm don't get along
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:vm
Keywords tonic-gcc
Responsible Engineer Keith Wesolowski
Reported Against
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_27
Fixed In snv_27
Release Fixed solaris_nevada(snv_27)
Related Bugs 6313293
Submit Date 12-August-2005
Last Update Date 12-January-2007
Description
zuluvm_offsets has embededed #ifdefs in the structure definitions.
gcc replaces preprocessor directives with blank lines, which causes
genoffsets to think a new structure is being defined.  One possible
solution is to move the ifdef outside the entire structure definition,
which is what the suggested fix does.

See suggested fix for more detail.
Work Around
N/A
Comments
N/A