OSDN Git Service

2002-08-19 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Tue, 20 Aug 2002 01:40:38 +0000 (01:40 +0000)
committerjjohnstn <jjohnstn>
Tue, 20 Aug 2002 01:40:38 +0000 (01:40 +0000)
commit17e15df23e3796c427a99fd64dd18bb802a7aa31
tree88820c336aa10c468615e8c071de3f7fb74d6cf6
parent71d89efaf2a3c478d278fcb7441362314ebb87da
2002-08-19  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/sys/types.h: Support __need_inttypes macro
        that only sets the __intxx and __uintxx types.
        * libc/machine/powerpc/Makefile.am: Add stdlib to include directories
        to get mprec.h.
        * libc/machine/powerpc/Makefile.in: Regenerated.
        * libc/machine/powerpc/vfprintf.c: Fix state variable type.
        * libc/machine/powerpc/vfscanf.c: Fix state variable type.  Remove
        redundant fixed-point conversion prototypes.
        * libc/machine/powerpc/machine/stdlib.h[__SPE__]: Include <sys/types.h>
        after setting __need_inttypes.
newlib/ChangeLog
newlib/libc/include/sys/types.h
newlib/libc/machine/powerpc/Makefile.am
newlib/libc/machine/powerpc/Makefile.in
newlib/libc/machine/powerpc/machine/stdlib.h
newlib/libc/machine/powerpc/vfprintf.c
newlib/libc/machine/powerpc/vfscanf.c