From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4158 invoked by alias); 7 Feb 2006 19:03:26 -0000 Received: (qmail 4150 invoked by uid 22791); 7 Feb 2006 19:03:25 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.197) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 07 Feb 2006 19:03:23 +0000 Received: by zproxy.gmail.com with SMTP id l1so1452954nzf for ; Tue, 07 Feb 2006 11:03:21 -0800 (PST) Received: by 10.36.5.13 with SMTP id 13mr5204444nze; Tue, 07 Feb 2006 11:03:21 -0800 (PST) Received: by 10.37.2.63 with HTTP; Tue, 7 Feb 2006 11:03:21 -0800 (PST) Message-ID: <8f2776cb0602071103i4665dafbj16f8a18c90e007cb@mail.gmail.com> Date: Tue, 07 Feb 2006 19:03:00 -0000 From: Jim Blandy To: Joel Brobecker Subject: Re: [RFA] Verify that address is provided in add-symbol-file command Cc: gdb-patches@sources.redhat.com In-Reply-To: <8f2776cb0602030907g5e347f91t3e55e4eec0623397@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060202191549.GK31770@adacore.com> <8f2776cb0602030907g5e347f91t3e55e4eec0623397@mail.gmail.com> X-IsSubscribed: yes 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/msg00150.txt.bz2 On 2/3/06, Jim Blandy wrote: > On 2/2/06, Joel Brobecker wrote: > > 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.