From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27436 invoked by alias); 20 Feb 2007 21:15:51 -0000 Received: (qmail 27423 invoked by uid 22791); 20 Feb 2007 21:15:51 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 Feb 2007 21:15:42 +0000 Received: from kahikatea.snap.net.nz (25.60.255.123.dynamic.snap.net.nz [123.255.60.25]) by viper.snap.net.nz (Postfix) with ESMTP id 4EC853D9DBD; Wed, 21 Feb 2007 10:15:39 +1300 (NZDT) Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id E753E4F70B; Wed, 21 Feb 2007 10:15:38 +1300 (NZDT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17883.25849.214098.881027@kahikatea.snap.net.nz> Date: Wed, 21 Feb 2007 00:54:00 -0000 To: Daniel Jacobowitz Cc: gdb@sourceware.org Subject: Re: [BUG] MI: -target-download In-Reply-To: <20070220204320.GA19991@caradoc.them.org> References: <17883.21118.186472.960228@kahikatea.snap.net.nz> <20070220200445.GA17693@caradoc.them.org> <17883.22670.460918.432930@kahikatea.snap.net.nz> <20070220204320.GA19991@caradoc.them.org> X-Mailer: VM 7.19 under Emacs 22.0.93.10 X-IsSubscribed: yes 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: 2007-02/txt/msg00216.txt.bz2 > This looks specific to the simulator. Take a look at > sim/common/sim-load.c: > > if (verbose_p) > { > xprintf (callback, "Loading section %s, size 0x%lx %s ", > bfd_get_section_name (result_bfd, s), > (unsigned long) size, > (lma_p ? "lma" : "vma")); > xprintf_bfd_vma (callback, lma); > xprintf (callback, "\n"); > } > > Whoops. It's got its own copy, it isn't using the GDB load routine at > all. OK, I see that I jumped to the wrong conclusion. I don't use it anyway but I had thought it might be a simple fix to symfile.c. Might as well leave things as they are. Thanks. -- Nick http://www.inet.net.nz/~nickrob