IA-64 gcc unwind/EH patch, and shared library bug fix

Richard Henderson rth@cygnus.com
Wed Jun 7 11:21:00 GMT 2000


On Wed, Jun 07, 2000 at 06:51:25AM +0200, Jakub Jelinek wrote:
> > + #define IA64_UNW_HDR_LENGTH(x)	((x) & 0x00000000ffffffffUL)
> > + #define IA64_UNW_HDR_FLAGS(x)	(((x) >> 32) & 0xffffUL)
> > + #define IA64_UNW_HDR_VERSION(x)	(((x) >> 48) & 0xffffUL)
> 
> Doesn't this preclude building 32bit-> ia64-*-* crosses?

No.  This is code compiled for the target only in libgcc.a.


r~


More information about the Gcc-patches mailing list