diff options
author | Andreas Jaeger <aj@suse.de> | 2002-04-04 09:04:37 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-04-04 09:04:37 +0000 |
commit | 2b904739046c4af93135b0b559dd4749952b9f80 (patch) | |
tree | 2b463040a4cf2336eda877943f329d97784dc9ba /sysdeps/mips/dec | |
parent | 7831dd492d65cf631308953be2a9c5c52a8a1cd5 (diff) | |
download | glibc-2b904739046c4af93135b0b559dd4749952b9f80.tar glibc-2b904739046c4af93135b0b559dd4749952b9f80.tar.gz glibc-2b904739046c4af93135b0b559dd4749952b9f80.tar.bz2 glibc-2b904739046c4af93135b0b559dd4749952b9f80.zip |
Update.
2002-04-04 Andreas Jaeger <aj@suse.de>
* sysdeps/x86_64/fpu/e_sqrt.c: New file.
* sysdeps/x86_64/fpu/e_sqrtf.c: New file.
* sysdeps/x86_64/fpu/s_fabs.c: New file.
* sysdeps/x86_64/fpu/s_fabsf.c: New file.
* sysdeps/x86_64/fpu/s_fabsl.c: New file.
* sysdeps/unix/sysv/linux/x86_64/time.S: New file.
* sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
* sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
* sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
* configure.in: Handle all mips entries the same.
* sysdeps/mips/dec/bits/endian.h: Removed since arch is not
supported.
* sysdeps/mips/mips3/*: Likewise.
* sysdeps/mips/p40/bits/endian.h: Likewise.
Diffstat (limited to 'sysdeps/mips/dec')
-rw-r--r-- | sysdeps/mips/dec/bits/endian.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/mips/dec/bits/endian.h b/sysdeps/mips/dec/bits/endian.h deleted file mode 100644 index 0bdb378944..0000000000 --- a/sysdeps/mips/dec/bits/endian.h +++ /dev/null @@ -1,8 +0,0 @@ -/* The MIPS architecture has selectable endianness. - The DECstation uses little-endian mode. */ - -#ifndef _ENDIAN_H -# error "Never use <bits/endian.h> directly; include <endian.h> instead." -#endif - -#define __BYTE_ORDER __LITTLE_ENDIAN |