OSDN Git Service

2003-04-16 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 16 Apr 2003 15:45:29 +0000 (15:45 +0000)
committerjjohnstn <jjohnstn>
Wed, 16 Apr 2003 15:45:29 +0000 (15:45 +0000)
commit3e78d268ad4d1821efa35658dcca78a783693981
treefa55e4110a42490848e1b87576d56442e64b044c
parent092fc8ac0811ad59ebaec21148d4d296a6ec8dd5
2003-04-16  Jeff Johnston  <jjohnstn@redhat.com>

        * newlib/libc/machine/powerpc (ato*fix*.c,strto*fix*.c): Shield
        all code with #ifdef __SPE__ test.
        * newlib/libc/machine/powerpc (simdldtoa.c, ufix64toa.c): Ditto.
15 files changed:
newlib/ChangeLog
newlib/libc/machine/powerpc/atosfix16.c
newlib/libc/machine/powerpc/atosfix32.c
newlib/libc/machine/powerpc/atosfix64.c
newlib/libc/machine/powerpc/atoufix16.c
newlib/libc/machine/powerpc/atoufix32.c
newlib/libc/machine/powerpc/atoufix64.c
newlib/libc/machine/powerpc/simdldtoa.c
newlib/libc/machine/powerpc/strtosfix16.c
newlib/libc/machine/powerpc/strtosfix32.c
newlib/libc/machine/powerpc/strtosfix64.c
newlib/libc/machine/powerpc/strtoufix16.c
newlib/libc/machine/powerpc/strtoufix32.c
newlib/libc/machine/powerpc/strtoufix64.c
newlib/libc/machine/powerpc/ufix64toa.c