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:
Jeff Johnston
2013-12-10 18:57:30 +00:00
parent a6a307d8c2
commit 10e4d79a19
8 changed files with 242 additions and 141 deletions

View File

@ -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