This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: FYI: -Wunused warning in cp-namespace.c with old glibc...


On Wed, Dec 30, 2009 at 02:48:16PM +0400, Joel Brobecker wrote:
> Hello,
> 
> We're still supporting some pretty old x86-linux distributions at
> AdaCore, and one of them comes with a now antiquated version of
> the glic.  And unfortunately, this version of glic plays some tricks
> with strncpy, while these tricks are disabled on older glibcs
> for GCC 3.2+:

FYI, we ran into this too - we ended up dropping a newer
bits/string2.h (from RHEL4 rather than RH8/RHEL3, I believe) into our
build system.  The newer one works fine with an older runtime.

-- 
Daniel Jacobowitz
CodeSourcery


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