diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-08-20 01:40:39 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-08-20 01:40:39 +0000 |
commit | 64b5e8f2bb484a768505192ff9aa8ea07bf8fad8 (patch) | |
tree | 9b587f294a82f21b1c0e3cdb347f2cda41405fb7 /newlib/ChangeLog | |
parent | 9a5498d08b68be7f349b698fc413da83dc78532c (diff) | |
download | cygnal-64b5e8f2bb484a768505192ff9aa8ea07bf8fad8.tar.gz cygnal-64b5e8f2bb484a768505192ff9aa8ea07bf8fad8.tar.bz2 cygnal-64b5e8f2bb484a768505192ff9aa8ea07bf8fad8.zip |
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.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 9e345cc34..afe225f36 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,16 @@ +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. + 2002-08-18 Christopher Faylor <cgf@redhat.com> * libc/include/sys/unistd.h: Add getsid declaration for cygwin. |