From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13002 invoked by alias); 7 Feb 2006 19:40:53 -0000 Received: (qmail 12993 invoked by uid 22791); 7 Feb 2006 19:40:52 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 07 Feb 2006 19:40:51 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id C489648CDA9; Tue, 7 Feb 2006 14:40:49 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09476-01-7; Tue, 7 Feb 2006 14:40:49 -0500 (EST) Received: from takamaka.act-europe.fr (s142-179-108-108.bc.hsia.telus.net [142.179.108.108]) by nile.gnat.com (Postfix) with ESMTP id 4745948CC12; Tue, 7 Feb 2006 14:40:49 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id B3A7447E7E; Tue, 7 Feb 2006 11:40:48 -0800 (PST) Date: Tue, 07 Feb 2006 19:40:00 -0000 From: Joel Brobecker To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Verify that address is provided in add-symbol-file command Message-ID: <20060207194048.GB1215@adacore.com> References: <20060202191549.GK31770@adacore.com> <8f2776cb0602030907g5e347f91t3e55e4eec0623397@mail.gmail.com> <8f2776cb0602071103i4665dafbj16f8a18c90e007cb@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8f2776cb0602071103i4665dafbj16f8a18c90e007cb@mail.gmail.com> User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00154.txt.bz2 > > > 2005-02-02 Joel Brobecker > > > > > > * symfile.c (add_symbol_file_command): Abort if the user forgot > > > to provide the address when the file has been loaded. > > > For F130-030. > > > > > > Tested on hppa-hpux and x86-linux. No regression. > > I approve of this change; please commit. Thanks Jim. Checked in. -- Joel