Patch-ID#   100236-01
Keywords: bit fields, 16
Synopsis:SunOS 4.1.1:cxref fails in handling struct bit fields larger than 16 bits
Date: 6-Mar-91
 
SunOS release: 4.1.1
 
Unbundled Product:  
 
Unbundled Release:  
 
Topic:  
 
BugId's fixed with this patch: 1042942

Architectures for which this patch is available: sun3, sun3x, sun4, sun4c

Patches which may conflict with this patch: 

Obsoleted by: SVR4

Problem Description: 

4.1.1 version of fix
	cxref core dumps when encountering a struct with a bit field
	member that uses more than 16 bits as a field size.


INSTALL:

	For sun3:

		1) su
		2) mv /bin/cxref /bin/cxref.FCS
		3) mv /lib/xpass /lib/xpass.FCS
		4) mv /lib/cpp /lib/cpp.FCS
		5) cp sun3/cpp  /lib/cpp
		6) cp sun3/cxref /bin/cxref
		7) cp sun3/xpass /lib/xpass
		8) exit

	Note: the sun3 patch requires a cpp fix. the sun4 version does not


	For sun4:

		1) su
		2) mv /bin/cxref /bin/cxref.FCS
		3) mv /lib/xpass /lib/xpass.FCS
		4) cp sun4/cxref /bin/cxref
		5) cp sun4/xpass /lib/xpass
		6) exit
