mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
2015-02-17 Steve Ellcey <sellcey@imgtec.com>
* sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
This commit is contained in:
parent
f20bfc9b5e
commit
2caa4099de
@ -1,3 +1,7 @@
|
|||||||
|
2015-02-17 Steve Ellcey <sellcey@imgtec.com>
|
||||||
|
|
||||||
|
* sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
|
||||||
|
|
||||||
2015-02-17 Stefan Liebler <stli@linux.vnet.ibm.com>
|
2015-02-17 Stefan Liebler <stli@linux.vnet.ibm.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/s390/pt-longjmp.c
|
* sysdeps/unix/sysv/linux/s390/pt-longjmp.c
|
||||||
|
@ -8,6 +8,6 @@
|
|||||||
#ifdef __MIPSEB
|
#ifdef __MIPSEB
|
||||||
# define __BYTE_ORDER __BIG_ENDIAN
|
# define __BYTE_ORDER __BIG_ENDIAN
|
||||||
#endif
|
#endif
|
||||||
#if __MIPSEL
|
#ifdef __MIPSEL
|
||||||
# define __BYTE_ORDER __LITTLE_ENDIAN
|
# define __BYTE_ORDER __LITTLE_ENDIAN
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user