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 6d4d773c3..bf3a40ae6 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,15 @@ +2013-12-10 Jeff Johnston <jjohnstn@redhat.com> + + * acconfig.h: Add _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL. + * newlib.hin: Ditto. + * configure: Regenerate. + * configure.in: Add setting of _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL. + * libc/string/local.h: Add check for _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL + and set __inhibit_loop_to_libcall macro appropriately. + * libc/string/memmove.c: Use __inhibit_loop_to_libcall macro in + function declaration. + * libc/string/memset.c: Ditto. + 2013-12-10 Chirayu Desai <chirayudesai1@gmail.com> * libc/sys/rtems/include/limits.h: Update page size to match |