This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: unexpected memmove() invokation


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]