From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27693 invoked by alias); 11 Jul 2003 15:23:38 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27685 invoked from network); 11 Jul 2003 15:23:38 -0000 Received: from unknown (HELO planck.amplepower.com) (216.39.162.139) by sources.redhat.com with SMTP; 11 Jul 2003 15:23:38 -0000 Received: from [192.168.8.30] (helo=knuth.amplepower.com ident=roth) by planck.amplepower.com with esmtp (Exim 3.36 #1 (Debian)) id 19azUQ-000590-00; Fri, 11 Jul 2003 08:07:14 -0700 Date: Fri, 11 Jul 2003 15:23:00 -0000 From: "Theodore A. Roth" X-X-Sender: roth@knuth.amplepower.com To: Andrew Cagney cc: "Theodore A. Roth" , gdb-patches@sources.redhat.com Subject: Re: [commit] Simplify gdbarch.sh a tiny bit In-Reply-To: <3F0E14B2.4030807@redhat.com> Message-ID: References: <3F0DE1F3.2010401@redhat.com> <3F0DF532.90801@redhat.com> <3F0E14B2.4030807@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-07/txt/msg00239.txt.bz2 On Thu, 10 Jul 2003, Andrew Cagney wrote: > > On Thu, 10 Jul 2003, Andrew Cagney wrote: > > > > > > Hello, > > > > The attached simplfies gdbarch.sh a tiny bit - it uses gdb_assert > > instead of internal_error in a few places (from memory gdbarch.sh was > > written before gdb_assert was added). > > > > > > I'm getting a build failure now: > > > > Oh, flip. The bit to revert should be obvious. I'm off line for a few hours. > > I've checked in the attached. I'm guessing its correct, my default > compiler doesn't get these warnings. > > Andrew Yes. Builds fine now. Thanks. Ted Roth