[parisc-linux] RFC - glibc - patch reivew - 64->32

Randolph Chung Randolph Chung <randolph@tausq.org>
Fri, 23 Aug 2002 08:36:00 -0700


>  #ifndef	_ASM
> -typedef double __jmp_buf[21];
> +typedef int __jmp_buf[21] __attribute__ ((aligned (8)));
>  #endif

this should now be
typedef int __jmp_buf[42] __attribute__ ((aligned (8)));
(sizeof(double) == 2 * sizeof(int))

randolph
--  
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/