diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 48d7cc8d0..6034e7df1 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,32 @@ 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> + * configure.host: Add powerpc*-*-eabispe* configuration. + * libc/machine/powerpc/atosfix16.c: New fixed-point conversion file. + * libc/machine/powerpc/atosfix32.c: Ditto. + * libc/machine/powerpc/atosfix64.c: Ditto. + * libc/machine/powerpc/atoufix16.c: Ditto. + * libc/machine/powerpc/atoufix32.c: Ditto. + * libc/machine/powerpc/atoufix64.c: Ditto. + * libc/machine/powerpc/fix64.h: Ditto. + * libc/machine/powerpc/simdldtoa.c: Ditto. + * libc/machine/powerpc/strtosfix16.c: Ditto. + * libc/machine/powerpc/strtosfix32.c: Ditto. + * libc/machine/powerpc/strtosfix64.c: Ditto. + * libc/machine/powerpc/strtoufix16.c: Ditto. + * libc/machine/powerpc/strtoufix32.c: Ditto. + * libc/machine/powerpc/strtoufix64.c: Ditto. + * libc/machine/powerpc/ufix64toa.c: Ditto. + * libc/machine/powerpc/configure.in: Add check for + powerpc*-eabispe and add fixed-point conversion functions. + * libc/machine/powerpc/configure: Regenerated. + * libc/machine/powerpc/vfprintf.c[__SPE__]: Add support for + %r and %R format specifiers which handle fixed-point data. + * libc/machine/powerpc/vfscanf.c[__SPE__]: Ditto. + * libc/machine/powerpc/machine/stdlib.h[__SPE__]: Add fixed-point + function prototypes. + +2002-08-17 Jeff Johnston <jjohnstn@redhat.com> + * Makefile.am: Move cmath stuff into libc/sys/linux. * Makefile.in: Regenerated. * configure.host: Default -DMB_CAPABLE for x86-linux. |