From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17118 invoked by alias); 4 Sep 2007 14:01:49 -0000 Received: (qmail 17103 invoked by uid 22791); 4 Sep 2007 14:01:47 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Sep 2007 14:01:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 423D22AAB98; Tue, 4 Sep 2007 10:01:41 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Q-1OdaiwfTig; Tue, 4 Sep 2007 10:01:40 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 069552AAABD; Tue, 4 Sep 2007 10:01:40 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 6402CE7B58; Tue, 4 Sep 2007 07:01:39 -0700 (PDT) Date: Tue, 04 Sep 2007 14:01:00 -0000 From: Joel Brobecker To: msnyder@sonic.net Cc: gdb-patches@sourceware.org Subject: Re: [patch] stabsread, guard against null. Message-ID: <20070904140139.GB3579@adacore.com> References: <5244.12.7.175.2.1188422413.squirrel@webmail.sonic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5244.12.7.175.2.1188422413.squirrel@webmail.sonic.net> User-Agent: Mutt/1.4.2.2i 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: 2007-09/txt/msg00045.txt.bz2 Hello Michael, > 2007-08-29 Michael Snyder > > * stabsread.c (patch_block_status): Guard against null. This patch looks good, except... > #include "cp-support.h" > + #include "gdb_assert.h" You need to update Makefile.in as well. -- Joel