This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: [PATCH] <bits/string2.h> changes for GCC 3.2+ and 3.4+


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.


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