Remove pre GCC3.2 optimizations from string/bits/string2.h.
commit155bc2a502b8a455952dec4c7ae72b64eb41d8d1
authorWilco Dijkstra <wdijkstr@arm.com>
Fri, 15 Apr 2016 11:33:29 +0000 (15 12:33 +0100)
committerWilco Dijkstra <wdijkstr@arm.com>
Fri, 15 Apr 2016 11:46:05 +0000 (15 12:46 +0100)
treef1763dfdaf5c1bfe4f864bc9d109c0a29e7c2547
parentdf1cf48777fe4cd81ad7fb09ecbe5b31432b7c1c
Remove pre GCC3.2 optimizations from string/bits/string2.h.

        * string/string.h: Use __GNUC_PREREQ(3,4) for bits/string2.h.
        * string/bits/string2.h (__STRING2_SMALL_GET16): Remove.
        (__STRING2_SMALL_GET32): Remove.
        (memset): Remove.
        (__memset_1): Remove.
        (__memset_gc): Remove.
        (__mempcpy): Remove.
        (mempcpy): Remove.
        (__mempcpy_args): Remove.
        (strchr): Remove.
        (strcpy): Remove.
        (strcpy_args): Remove.
        (__stpcpy_args): Remove.
        (__strcmp_cc): Remove.
        (__strcmp_gc): Remove.
        (strstr): Remove.
ChangeLog
string/bits/string2.h
string/string.h