From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7521 invoked by alias); 3 Apr 2008 10:45:24 -0000 Received: (qmail 7512 invoked by uid 22791); 3 Apr 2008 10:45:23 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 03 Apr 2008 10:45:06 +0000 Received: (qmail 8091 invoked from network); 3 Apr 2008 10:45:04 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 3 Apr 2008 10:45:04 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: Patch to handle compressed sections Date: Thu, 03 Apr 2008 11:01:00 -0000 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) Cc: Craig Silverstein , drow@false.org, bauerman@br.ibm.com References: <20080325230440.BF0623F25D6@localhost> <20080403054128.A45A43F25F0@localhost> <20080403064309.5454D3F25F0@localhost> In-Reply-To: <20080403064309.5454D3F25F0@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804031145.04476.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00058.txt.bz2 A Thursday 03 April 2008 07:43:09, Craig Silverstein wrote: > I'm sorry to do this, but hot on the heels of my last patch comes a > new version. While trying to implement this in gold, I realized that > gold does not have endianness information handy at the time it's > writing the compressed header. > So I've changed back to writing the > uncompressed size always in big-endian. New patch below. > Out of curiosity, did you try running the whole GDB testsuite outputting compressed debug info? Perhaps with "set GDBFLAGS=\"-Wl,--whatever-switch-is-necessary\"" in your site.exp? -- Pedro Alves