mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
* sysdeps/powerpc/Subdirs: New file, adds soft-fp. * sysdeps/sparc/sparc64/Implies: Add soft-fp. * sysdeps/sparc/sparc32/Implies: Likewise. * sysdeps/powerpc/Implies: Likewise.
This commit is contained in:
parent
eab1830e5f
commit
a82f3afffe
@ -1,5 +1,11 @@
|
||||
2000-09-05 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/powerpc/Subdirs: New file, adds soft-fp.
|
||||
|
||||
* sysdeps/sparc/sparc64/Implies: Add soft-fp.
|
||||
* sysdeps/sparc/sparc32/Implies: Likewise.
|
||||
* sysdeps/powerpc/Implies: Likewise.
|
||||
|
||||
* libio/oldiofsetpos64.c: Check for compatibility with glibc 2.1.
|
||||
* libio/oldiofgetpos64.c: Likewise.
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include <shlib-compat.h>
|
||||
#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)
|
||||
#if SHLIB_COMPAT (libc, GLIBC_2_1, GLIBC_2_2)
|
||||
|
||||
int
|
||||
_IO_old_fgetpos64 (fp, posp)
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include <shlib-compat.h>
|
||||
#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)
|
||||
#if SHLIB_COMPAT (libc, GLIBC_2_1, GLIBC_2_2)
|
||||
|
||||
int
|
||||
_IO_old_fsetpos64 (fp, posp)
|
||||
|
@ -1,3 +1,4 @@
|
||||
wordsize-32
|
||||
ieee754/flt-32
|
||||
ieee754/dbl-64
|
||||
powerpc/soft-fp
|
||||
|
1
sysdeps/powerpc/Subdirs
Normal file
1
sysdeps/powerpc/Subdirs
Normal file
@ -0,0 +1 @@
|
||||
soft-fp
|
@ -2,3 +2,4 @@ wordsize-32
|
||||
# SPARC uses IEEE 754 floating point.
|
||||
ieee754/flt-32
|
||||
ieee754/dbl-64
|
||||
sparc/sparc32/soft-fp
|
||||
|
@ -3,3 +3,4 @@ wordsize-64
|
||||
ieee754/flt-32
|
||||
ieee754/dbl-64
|
||||
ieee754/ldbl-128
|
||||
sparc/sparc64/soft-fp
|
||||
|
Loading…
Reference in New Issue
Block a user