From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28412 invoked by alias); 29 Mar 2007 15:25:11 -0000 Received: (qmail 28352 invoked by uid 22791); 29 Mar 2007 15:25:10 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-02.spheriq.net (HELO lon-del-02.spheriq.net) (195.46.50.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 29 Mar 2007 16:24:56 +0100 Received: from lon-out-02.spheriq.net ([195.46.50.130]) by lon-del-02.spheriq.net with ESMTP id l2TFPIrw008295 for ; Thu, 29 Mar 2007 16:25:18 +0100 Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-02.spheriq.net with ESMTP id l2TFOrHC009596 for ; Thu, 29 Mar 2007 15:24:53 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-02.spheriq.net with ESMTP id l2TFOqK0012934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 29 Mar 2007 15:24:53 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 39CC1DA42 for ; Thu, 29 Mar 2007 15:24:52 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id E8BBB475F0 for ; Thu, 29 Mar 2007 15:24:51 +0000 (GMT) Received: from [164.129.44.95] (crx595.cro.st.com [164.129.44.95]) by mail1.cro.st.com (MOS 3.7.5a-GA) with ESMTP id CKC76069 (AUTH "denis pilat"); Thu, 29 Mar 2007 17:24:50 +0200 (CEST) Message-ID: <460BDA42.9020508@st.com> Date: Thu, 29 Mar 2007 15:25:00 -0000 From: Denis PILAT User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 To: gdb-patches Subject: Re: [RFA] gdb is broken: missing signal.h checking References: <460BD630.20709@st.com> <20070329151238.GA19345@caradoc.them.org> In-Reply-To: <20070329151238.GA19345@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00310.txt.bz2 Daniel Jacobowitz wrote: > 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. > > Just committed! -- Denis