From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: toa@pop.agri.ch, GDB Patch Subject: Re: new attempt gdb-5.0 and glibc-2.2.3 on linuxppc Date: Fri, 01 Jun 2001 09:07:00 -0000 Message-id: <1010601160641.ZM2359@ocotillo.lan> References: <3B177822.F12E2D55@pop.agri.ch> X-SW-Source: 2001-06/msg00002.html On Jun 1, 1:10pm, Andreas Tobler wrote: > today I cvs'ed and built the gdb for linuxppc again. Below the patch I > had to apply to make it build. Note, I didn't test it. > > Is this correct? The changes that you needed to make to bfd/configure and opcodes/configure are likely due to some sort of mismatch between the version of libtool that you have on your system vs. the version of autoconf that was used to generate these scripts. This matter will need to be taken up with the binutils folks (binutils@sources.redhat.com). Your change to gdb/gregset.h makes sense to me, but I am not the maintainer of this file and, therefore, cannot approve it. (I'm not sure who the maintainer is; my guess is Michael Snyder since he's the original author of this file.) I am the maintainer for gdb/config/nm-linux.h and gdb/ppc-linux-nat.c. These changes can go in once the changes to gdb/gregset.h have been approved and committed. (I can check these in for you if you like.) Kevin