This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Check __x86_64__ instead of __WORDSIZE in bits/setjmp.h


> -typedef long int __jmp_buf[8];
> +# if __x86_64__

ifdef

> +typedef long long int __jmp_buf[8];

We need to be very sure this cannot perturb anyone's ABI,
e.g. mangled names and the like.

I'm not aware of any such issue with __jmp_buf in particular, but
we must be circumspect.


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]