From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12309 invoked by alias); 6 Jul 2010 19:41:50 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 12300 invoked by uid 22791); 6 Jul 2010 19:41:49 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_BJ,TW_JC,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org From: Tom Tromey To: Roland McGrath Cc: Panu Matilainen , Project Archer Subject: Re: find-debuginfo.sh change for gdb index 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> Date: Tue, 06 Jul 2010 19:41:00 -0000 In-Reply-To: <20100706191407.535874824F@magilla.sf.frob.com> (Roland McGrath's message of "Tue, 6 Jul 2010 12:14:07 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2010-q3/txt/msg00009.txt.bz2 Roland> Doing this adds another interlocking requirement. The eu-strip Roland> (libebl) code for -g matches the individual DWARF sections by Roland> name. (Without -g, it strips all non-allocated sections, but Roland> for -g it only strips the sections with recognized names.) So Roland> that requires a (one-line) change in elfutils for the new Roland> section name, and we'll need the new elfutils release in Roland> buildroots before the new index-adding procedure goes in. (It Roland> shouldn't be any problem to push this out quickly, but it needs Roland> to go on your checklist so we coordinate it.) I was thinking we would just objcopy the data into the .debug file in find-debuginfo.sh. Is there an advantage to doing it before the stripping? Tom