From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9189 invoked by alias); 30 Jul 2010 23:07:18 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 9178 invoked by uid 22791); 30 Jul 2010 23:07:17 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Tom Tromey Cc: Panu Matilainen , Project Archer Subject: Re: find-debuginfo.sh change for gdb index In-Reply-To: Tom Tromey's message of Friday, 30 July 2010 15:36:15 -0600 References: <20100629232147.C019548255@magilla.sf.frob.com> <20100630181436.518364C33C@magilla.sf.frob.com> <20100630204424.3DCE34C33C@magilla.sf.frob.com> <20100630221406.254AC4C33E@magilla.sf.frob.com> <20100706191407.535874824F@magilla.sf.frob.com> <20100708225253.3470A4D6C2@magilla.sf.frob.com> Message-Id: <20100730230709.8C67A40146@magilla.sf.frob.com> Date: Fri, 30 Jul 2010 23:07:00 -0000 X-SW-Source: 2010-q3/txt/msg00073.txt.bz2 > I just wanted to follow up on this, as the Fedora 14 process is moving > along rapidly. Did the needed RPM patch go in? Nope, it's not in the Fedora package nor in rpm's upstream git repository. Note that we'll also need elfutils 0.149 to be in Fedora so that eu-strip -g will recognize the .gdb_index section as one to move into .debug files. (Otherwise they'll end up in libc.so and the like where -g is used, rather than libc.so.debug, though most things don't use -g.) I haven't released 0.149 yet, I guess I will next week. Thanks, Roland