From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joern Rennecke To: aaronp@ofb.net (Aaron Passey) Cc: amylaar@cygnus.co.uk, egcs@cygnus.com Subject: Re: GBR on Hitachi SH Date: Wed, 06 May 1998 06:22:00 -0000 Message-id: <199805061322.OAA25615@phal.cygnus.co.uk> References: <199805060005.BAA23536@cygnus.co.uk> X-SW-Source: 1998-05/msg00175.html > You'd need a different macro for every load and store of each size > (8, 16, and 32 bits). Plus if I change the size of any member of my > struct, it'll messup. This seems like it's too much work. I guess I'll That's not true. You can conditionalize on the size of the member, inside the macro.