From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25876 invoked by alias); 3 Feb 2006 17:07:40 -0000 Received: (qmail 25688 invoked by uid 22791); 3 Feb 2006 17:07:36 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.200) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 03 Feb 2006 17:07:34 +0000 Received: by zproxy.gmail.com with SMTP id l1so682605nzf for ; Fri, 03 Feb 2006 09:07:33 -0800 (PST) Received: by 10.36.58.7 with SMTP id g7mr1710271nza; Fri, 03 Feb 2006 09:07:33 -0800 (PST) Received: by 10.37.2.63 with HTTP; Fri, 3 Feb 2006 09:07:33 -0800 (PST) Message-ID: <8f2776cb0602030907g5e347f91t3e55e4eec0623397@mail.gmail.com> Date: Fri, 03 Feb 2006 17:07: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: <20060202191549.GK31770@adacore.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> 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/msg00045.txt.bz2 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. Seems obvious to me. The documentation says an address is required. > Want a new testcase for it? I don't think it's too important.