mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +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>
|
||||
|
||||
* sysdeps/unix/sysv/linux/s390/pt-longjmp.c
|
||||
|
@ -8,6 +8,6 @@
|
||||
#ifdef __MIPSEB
|
||||
# define __BYTE_ORDER __BIG_ENDIAN
|
||||
#endif
|
||||
#if __MIPSEL
|
||||
#ifdef __MIPSEL
|
||||
# define __BYTE_ORDER __LITTLE_ENDIAN
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user