From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25148 invoked by alias); 30 Mar 2007 12:23:36 -0000 Received: (qmail 25136 invoked by uid 22791); 30 Mar 2007 12:23:36 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 30 Mar 2007 13:23:34 +0100 Received: from HOME-C4E4A596F7 (IGLD-84-229-206-92.inter.net.il [84.229.206.92]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CFW33629 (AUTH halo1); Fri, 30 Mar 2007 15:23:25 +0300 (IDT) Date: Fri, 30 Mar 2007 12:23:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: mark.kettenis@xs4all.nl, denis.pilat@st.com, gdb-patches@sourceware.org In-reply-to: <20070330121226.GB7415@caradoc.them.org> (message from Daniel Jacobowitz on Fri, 30 Mar 2007 08:12:26 -0400) Subject: Re: [RFA] gdb is broken: missing signal.h checking Reply-to: Eli Zaretskii References: <460BD630.20709@st.com> <19115.212.123.203.30.1175190093.squirrel@webmail.xs4all.nl> <20070329174808.GA28084@caradoc.them.org> <20070330121226.GB7415@caradoc.them.org> 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/msg00352.txt.bz2 > Date: Fri, 30 Mar 2007 08:12:26 -0400 > From: Daniel Jacobowitz > Cc: mark.kettenis@xs4all.nl, denis.pilat@st.com, > gdb-patches@sourceware.org > > I believe some projects (binutils and gcc maybe?) draw a distinction > between "an ISO C compiler" and "an ISO C standard library" and > require the former but not the latter. > > I assume we require an ISO C runtime for the rest of GDB. If that's > true, then how about the attached patch? Fine with me, thanks.