mirror of git://sourceware.org/git/glibc.git
2007-07-13 Carlos O'Donell <carlos@codesourcery.com>
* sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]: Define __WORDSIZE_COMPAT32 as 1.
This commit is contained in:
parent
e9f19437e2
commit
391da2016b
|
@ -1,3 +1,8 @@
|
||||||
|
2007-07-13 Carlos O'Donell <carlos@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
|
||||||
|
Define __WORDSIZE_COMPAT32 as 1.
|
||||||
|
|
||||||
2007-07-13 Joseph Myers <joseph@codesourcery.com>
|
2007-07-13 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
|
* sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
|
||||||
|
|
|
@ -17,3 +17,6 @@
|
||||||
02111-1307 USA. */
|
02111-1307 USA. */
|
||||||
|
|
||||||
#define __WORDSIZE _MIPS_SZPTR
|
#define __WORDSIZE _MIPS_SZPTR
|
||||||
|
#if _MIPS_SIM == _ABI64
|
||||||
|
# define __WORDSIZE_COMPAT32 1
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue