[PATCH] <bits/string2.h> changes for GCC 3.2+ and 3.4+

H. J. Lu hjl@lucon.org
Thu May 27 09:26:00 GMT 2004


On Wed, May 26, 2004 at 01:36:23PM -0700, H. J. Lu wrote:
> On Wed, May 26, 2004 at 10:26:26AM -0700, Ulrich Drepper wrote:
> > Applied.
> > 

I think the patch is incomplete. 

2004-05-26  Jakub Jelinek  <jakub@redhat.com>
 
        * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto.

Don't you need to add the corresponding libc_hidden_builtin_def for
mempcpy and stpcpy? ld.so failed to build with gcc 3.4 on ia64 and
i686 due to missing mempcpy and stpcpy.


H.J.



More information about the Libc-hacker mailing list