newlib-cygwin/newlib/libc/machine/powerpc
Jeff Johnston 936b520f8e 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 05:57:20 +00:00
..
machine 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
Makefile.am 2002-07-22 Jeff Johnston <jjohnstn@redhat.com> 2002-07-22 20:26:51 +00:00
Makefile.in 2002-07-22 Jeff Johnston <jjohnstn@redhat.com> 2002-07-22 20:26:51 +00:00
aclocal.m4 * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
atosfix16.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
atosfix32.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
atosfix64.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
atoufix16.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
atoufix32.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
atoufix64.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
configure 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
configure.in 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
fix64.h 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
setjmp.S 2002-04-19 Jeff Johnston <jjohnstn@redhat.com> 2002-04-19 19:16:22 +00:00
simdldtoa.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
strtosfix16.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
strtosfix32.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
strtosfix64.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
strtoufix16.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
strtoufix32.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
strtoufix64.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
times.c 2002-07-22 Jeff Johnston <jjohnstn@redhat.com> 2002-07-22 20:26:51 +00:00
ufix64toa.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
vec_calloc.c 2002-04-19 Jeff Johnston <jjohnstn@redhat.com> 2002-04-19 19:16:22 +00:00
vec_free.c 2002-04-19 Jeff Johnston <jjohnstn@redhat.com> 2002-04-19 19:16:22 +00:00
vec_malloc.c 2002-04-19 Jeff Johnston <jjohnstn@redhat.com> 2002-04-19 19:16:22 +00:00
vec_mallocr.c 2002-04-19 Jeff Johnston <jjohnstn@redhat.com> 2002-04-19 19:16:22 +00:00
vec_realloc.c 2002-04-19 Jeff Johnston <jjohnstn@redhat.com> 2002-04-19 19:16:22 +00:00
vfprintf.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00
vfscanf.c 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> 2002-08-17 05:57:20 +00:00