From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9475 invoked by alias); 9 Jul 2008 11:18:13 -0000 Received: (qmail 9450 invoked by uid 22791); 9 Jul 2008 11:18:12 -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; Wed, 09 Jul 2008 11:17:54 +0000 Received: (qmail 28977 invoked from network); 9 Jul 2008 11:17:52 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 9 Jul 2008 11:17:52 -0000 From: Pedro Alves To: Daniel Jacobowitz Subject: Re: fix load command bug [was : Re: Make remote-sim target always have a thread] Date: Wed, 09 Jul 2008 11:18:00 -0000 User-Agent: KMail/1.9.9 Cc: gdb-patches@sourceware.org References: <200807031623.29562.pedro@codesourcery.com> <200807041559.41949.pedro@codesourcery.com> <20080707191949.GF11544@caradoc.them.org> In-Reply-To: <20080707191949.GF11544@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807091217.55334.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-07/txt/msg00131.txt.bz2 A Monday 07 July 2008 20:19:49, Daniel Jacobowitz wrote: > On Fri, Jul 04, 2008 at 03:59:41PM +0100, Pedro Alves wrote: > > gdb/ > > 2008-07-04 Pedro Alves > > > > * symfile.c (load_command): Reopen the exec file and reread > > symbols before anything else. > > This part is OK. > > > gdb/testsuite/ > > 2008-07-04 Pedro Alves > > > > * gdb.base/chng-syms.exp: Don't expect "No symbol ...". > > This is unfortunate, since we want to verify that the user was > informed. But I can't think of another way :-( OK. Yeah, same sentiment here :-( I've checked it in. -- Pedro Alves