diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2002-10-11 10:28:30 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2002-10-11 10:28:30 +0000 |
commit | f770cf44c3fc734d56e249d3a8324c8c21fe3cb4 (patch) | |
tree | 83eb7e8045015ec53f072fd60d2c3f32f28c231e /newlib/ChangeLog | |
parent | afc65aebbdde338f969adc7302fe9581bca8f1c0 (diff) | |
download | newlib-f770cf44c3fc734d56e249d3a8324c8c21fe3cb4.zip newlib-f770cf44c3fc734d56e249d3a8324c8c21fe3cb4.tar.gz newlib-f770cf44c3fc734d56e249d3a8324c8c21fe3cb4.tar.bz2 |
* libc/include/sys/config.h (SIZE_T_SMALLER_THAN_LONG): Undefine.
* libc/stdlib/mallocr.c (long_sub_size_t): Define in a way that
doesn't require the SIZE_T_SMALLER_THAN_LONG macro.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 3f25378..a7b102e 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2002-10-11 Richard Sandiford <rsandifo@redhat.com> + + * libc/include/sys/config.h (SIZE_T_SMALLER_THAN_LONG): Undefine. + * libc/stdlib/mallocr.c (long_sub_size_t): Define in a way that + doesn't require the SIZE_T_SMALLER_THAN_LONG macro. + 2002-10-07 Joel Sherrill <joel@OARcorp.com> * libc/sys/rtems/crt0.c: Add even more symbols so gcc() can link |