mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Update.
1999-10-10 Philip Blundell <philb@gnu.org> * sunrpc/xdr_float.c (LSW): Depend on __FLOAT_WORD_ORDER not __BYTE_ORDER.
This commit is contained in:
parent
acf47bbeeb
commit
0d57f69570
@ -1,3 +1,8 @@
|
||||
1999-10-10 Philip Blundell <philb@gnu.org>
|
||||
|
||||
* sunrpc/xdr_float.c (LSW): Depend on __FLOAT_WORD_ORDER not
|
||||
__BYTE_ORDER.
|
||||
|
||||
1999-10-11 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/socket.S: Adjust asm syntax.
|
||||
|
@ -52,7 +52,7 @@ static char sccsid[] = "@(#)xdr_float.c 1.12 87/08/11 Copyr 1984 Sun Micro";
|
||||
* This routine works on Suns (Sky / 68000's) and Vaxen.
|
||||
*/
|
||||
|
||||
#define LSW (__BYTE_ORDER == __BIG_ENDIAN)
|
||||
#define LSW (__FLOAT_WORD_ORDER == __BIG_ENDIAN)
|
||||
|
||||
#ifdef vax
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user