diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-09-07 21:16:25 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-09-07 21:16:25 +0000 |
commit | dde223343c2cd08f4ac1973134dc9a409a6829f2 (patch) | |
tree | b465a7cb6a512790f2ef80ca4ca458f12e3f4622 /newlib/ChangeLog | |
parent | 78e66fb978b25652c87319063d984bd6e80e6f44 (diff) | |
download | cygnal-dde223343c2cd08f4ac1973134dc9a409a6829f2.tar.gz cygnal-dde223343c2cd08f4ac1973134dc9a409a6829f2.tar.bz2 cygnal-dde223343c2cd08f4ac1973134dc9a409a6829f2.zip |
2007-09-07 Patrick Mansfield <patmans@us.ibm.com>
* libc/include/machine/_default_types.h: New file, contains what
was previously in libc/include/machine/_types.h.
* libc/include/machine/_types.h: Now only includes
machine/_default_types.h.
* libc/include/sys/reent.h: Remove _fpos_t and _fpos64_t.
* libc/include/sys/_types.h: Move _fpos_t and _fpos64_t to here,
with conditional declarations.
* libc/machine/spu/machine/_types.h: New file, add SPU specific
typedefs for _fpos_t and _fpos64_t.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index db4a36b6b..d37db6ecb 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,15 @@ +2007-09-07 Patrick Mansfield <patmans@us.ibm.com> + + * libc/include/machine/_default_types.h: New file, contains what + was previously in libc/include/machine/_types.h. + * libc/include/machine/_types.h: Now only includes + machine/_default_types.h. + * libc/include/sys/reent.h: Remove _fpos_t and _fpos64_t. + * libc/include/sys/_types.h: Move _fpos_t and _fpos64_t to here, + with conditional declarations. + * libc/machine/spu/machine/_types.h: New file, add SPU specific + typedefs for _fpos_t and _fpos64_t. + 2007-09-07 Jeff Johnston <jjohnstn@redhat.com> * libc/include/math.h (_M_LOG2E): Replace with.. |