[commit/value] Convert value_type, value_offset, value_bitsize, value_bitpos

Andrew Cagney cagney@gnu.org
Fri Nov 12 21:59:00 GMT 2004


Hello,

This one eliminates VALUE_TYPE, VALUE_OFFSET, VALUE_BITSIZE, 
VALUE_BITPOS, replacing them where possible functions.  Where not 
possible vis:
	VALUE_TYPE (foo) = type;
I replaced it with:
	foo->type = type;
et.al..   Yes, naughty ;-)  They, along with the surounding code, will 
be fixed in a later pass when more value constructors are added.

committed,
Andrew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20041112/762cd752/attachment.ksh>


More information about the Gdb-patches mailing list