diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-08-12 21:28:35 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-08-12 21:28:35 +0000 |
commit | 4e53fc28a8c351b3ea0b0b3dd55eae6330141f0a (patch) | |
tree | ce605308810bf7dd0a7b3161aab815ef60e35856 /newlib/ChangeLog | |
parent | 02103e4481b85c31b11f75e02d14796ae5703031 (diff) | |
download | cygnal-4e53fc28a8c351b3ea0b0b3dd55eae6330141f0a.tar.gz cygnal-4e53fc28a8c351b3ea0b0b3dd55eae6330141f0a.tar.bz2 cygnal-4e53fc28a8c351b3ea0b0b3dd55eae6330141f0a.zip |
2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/sys/types.h (u64): New typedef to allow building
on linux systems with glibc 2.3.3 installed.
* libc/sys/linux/dl/dl-runtime.c: Fix prototypes for fixup and
profile_fixup so newlib can build on fc3 system.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 3a54a17cd..6f224f2b8 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2004-08-12 Jeff Johnston <jjohnstn@redhat.com> + + * libc/sys/linux/sys/types.h (u64): New typedef to allow building + on linux systems with glibc 2.3.3 installed. + * libc/sys/linux/dl/dl-runtime.c: Fix prototypes for fixup and + profile_fixup so newlib can build on fc3 system. + 2004-07-30 Alexandre Oliva <aoliva@redhat.com> Introduce SH2a support. |