This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, SH] Add support for inlined builtin_strncmp
- From: Christian Bruel <christian dot bruel at st dot com>
- To: <gcc-patches at gcc dot gnu dot org>, Kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- Date: Fri, 25 Oct 2013 16:23:44 +0200
- Subject: Re: [PATCH, SH] Add support for inlined builtin_strncmp
- Authentication-results: sourceware.org; auth=none
- References: <526A7DE6 dot 9030304 at st dot com>
In the ChangeLog, the entry
* gcc/config/sh/sh-mem.cc (sh_expand_cmpnstr): Moved here.
is instead
* gcc/config/sh/sh-mem.cc (sh_expand_cmpnstr): New function.
Sorry for this,
Christian