PATCH: Check __x86_64__ instead of __WORDSIZE in bits/setjmp.h
H.J. Lu
hjl.tools@gmail.com
Mon Mar 19 23:00:00 GMT 2012
On Mon, Mar 19, 2012 at 3:38 PM, Roland McGrath <roland@hack.frob.com> wrote:
>> -typedef long int __jmp_buf[8];
>> +# if __x86_64__
>
> ifdef
Here is the updated patch. OK to install?
>> +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.
>
Agreed.
Thanks.
--
H.J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libc-setjmp.patch
Type: text/x-patch
Size: 667 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20120319/cd9bc56b/attachment.bin>
More information about the Libc-alpha
mailing list