diff options
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 edf4a7fce..2e8706367 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,15 @@ +2015-04-29 Corinna Vinschen <vinschen@redhat.com> + + * libc/include/sys/config.h: Move evaluation of _UINTPTR_EQ_ULONG and + _UINTPTR_EQ_ULONGLONG from here... + * libc/include/sys/_intsup.h: ...to here. Rename to _INTPTR_EQ_LONG + and _INTPTR_EQ_LONGLONG to refer to signed base type. Add test for + base type of int32_t and set _INT32_EQ_LONG accordingly. + * libc/include/stdint.h: Change checks for __have_long32 to checks + for _INT32_EQ_LONG. + * libc/include/inttypes.h: Ditto. Accommodate aforementioned name + change. + 2015-04-22 Corinna Vinschen <vinschen@redhat.com> * libc/include/libgen.h (basename): Drop defining _BASENAME_DEFINED. |