From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6470 invoked by alias); 29 Mar 2007 15:12:52 -0000 Received: (qmail 6448 invoked by uid 22791); 29 Mar 2007 15:12:50 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 29 Mar 2007 16:12:41 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 135EF4B267; Thu, 29 Mar 2007 10:12:40 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id DE9534B262; Thu, 29 Mar 2007 10:12:39 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HWwIo-00052Y-Im; Thu, 29 Mar 2007 11:12:38 -0400 Date: Thu, 29 Mar 2007 15:12:00 -0000 From: Daniel Jacobowitz To: Denis PILAT Cc: gdb-patches Subject: Re: [RFA] gdb is broken: missing signal.h checking Message-ID: <20070329151238.GA19345@caradoc.them.org> Mail-Followup-To: Denis PILAT , gdb-patches References: <460BD630.20709@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <460BD630.20709@st.com> User-Agent: Mutt/1.5.14+cvs20070313 (2007-03-13) X-IsSubscribed: yes 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-03/txt/msg00309.txt.bz2 On Thu, Mar 29, 2007 at 05:07:28PM +0200, Denis PILAT wrote: > On my native linux gdb, I get "warning: Signal ? does not exist on this > system." when running. > It's just a missing line in the configure of gdb. > Attach is a patch that fixes it: > 2007-03-29 Denis Pilat > * configure.ac: Test for signal.h. > * configure, config.in: Regenerate. OK, thanks. -- Daniel Jacobowitz CodeSourcery