unexpected memmove() invokation

Richard Henderson rth@redhat.com
Thu Jun 24 08:24:00 GMT 2004


On Wed, Jun 23, 2004 at 11:28:37PM -0700, Andrew Morton wrote:
> The function fn_hash() appears to be issuing a call to memmove().  There is
> no out-of-line memmove defined in the kernel, so the link fails.  There's
> an inlined memmove, and it is in scope.
> 
> Who is to blame, and if it's us, what would be a suitable fix?

Like memcpy, the compiler requires memmove as an external symbol.

That said, it's likely a regression that we're calling it in this
case.  Please file a PR.


r~



More information about the Gcc mailing list