fix MIPS N32 ABI Big Endian setjmp/longjmp
commitcdfebe7629971fc671a10c9b419f33f9ff928cbd
authormirabilos <tg@mirbsd.org>
Fri, 24 Jul 2015 22:37:44 +0000 (25 00:37 +0200)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Sun, 2 Aug 2015 08:44:13 +0000 (2 10:44 +0200)
tree8b6458a78c69df3f1c1238364f152c22cfebd762
parentfb1802d9b238ecb7066ab0867d8c4c3c3acefaea
fix MIPS N32 ABI Big Endian setjmp/longjmp

access to the jmp_buf structure occasionally happens asymmetrically:
fields defined in pointer size width (64 on N32) can be accessed as
32-bit words, but in that case, a̲l̲l̲ involved code must agree on that…
libc/sysdeps/linux/mips/__longjmp.c