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.
This commit is contained in:
@ -52,6 +52,9 @@
|
||||
/* Define if the platform supports long double type. */
|
||||
#undef _HAVE_LONG_DOUBLE
|
||||
|
||||
/* Define if compiler supports -fno-tree-loop-distribute-patterns. */
|
||||
#undef _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL
|
||||
|
||||
/* Define if the platform long double type is equal to double. */
|
||||
#undef _LDBL_EQ_DBL
|
||||
|
||||
|
Reference in New Issue
Block a user