diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 7e80ce48e..8997c2099 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,17 @@ +2009-04-21 Mark Mitchell <mark@codesourcery.com> + + * libc/include/_ansi.h: Move C++ defines to top of file. + (_NOTHROW): New macro. + (_EXFUN_NOTHROW): Likewise. + * libc/include/stdlib.h (calloc): Declare with _EXFUN_NOTHROW. + (free): Likewise. + (malloc): Likewise. + (realloc): Likewise. + (_malloc_r): Likewise. + (_callor_r): Likewise. + (_free_r): Likewise. + (_realloc_r): Likewise. + 2009-04-20 Jeff johnston <jjohnstn@redhat.com> * libc/include/math.h: Change _LDBL_EQ_DBL flag usage to |