From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4713 invoked by alias); 19 Jul 2008 06:45:56 -0000 Received: (qmail 4696 invoked by uid 22791); 19 Jul 2008 06:45:55 -0000 X-Spam-Check-By: sourceware.org Received: from miranda.se.axis.com (HELO miranda.se.axis.com) (193.13.178.8) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 19 Jul 2008 06:45:38 +0000 Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.84.50.18]) by miranda.se.axis.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id m6J6jKHv030848; Sat, 19 Jul 2008 08:45:20 +0200 Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id m6J6jKEv013689; Sat, 19 Jul 2008 08:45:20 +0200 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id m6J6jJj8013685; Sat, 19 Jul 2008 08:45:19 +0200 Date: Sat, 19 Jul 2008 14:57:00 -0000 Message-Id: <200807190645.m6J6jJj8013685@ignucius.se.axis.com> From: Hans-Peter Nilsson To: danny.backx@scarlet.be CC: hans-peter.nilsson@axis.com, dannybackx@users.sourceforge.net, binutils@sourceware.org, gdb@sourceware.org In-reply-to: <1216446747.30145.46.camel@dannypc> (message from Danny Backx on Sat, 19 Jul 2008 07:52:27 +0200) Subject: Re: Your bfd changes broke sh sim MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00222.txt.bz2 > From: Danny Backx > Date: Sat, 19 Jul 2008 07:52:27 +0200 > I see three options : > - find a better place to store the code Yeah, like I suggested below, the "its own file" alternative. If you don't understand the target-dependent-hook part, skip it. > > I suggest you revert your change and move > > pe_print_ce_compressed_pdata out of pe-arm-wince.c (clearly the > > wrong place) and into peXXigen.c or its own file (don't forget > > to adjust the build machinery), making it the default of a > > target-dependent hook, overridden for pe-mips or something. brgds, H-P