From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18793 invoked by alias); 2 Feb 2006 09:42:11 -0000 Received: (qmail 18774 invoked by uid 22791); 2 Feb 2006 09:42:10 -0000 X-Spam-Check-By: sourceware.org Received: from gateway.sf.frob.com (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 02 Feb 2006 09:42:07 +0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id C5859357B; Thu, 2 Feb 2006 01:42:04 -0800 (PST) Received: by magilla.sf.frob.com (Postfix, from userid 5281) id 57F60180988; Thu, 2 Feb 2006 01:42:04 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Kaz Kojima Cc: libc-hacker@sources.redhat.com Subject: Re: [PATCH] SH tiny tweak In-Reply-To: Kaz Kojima's message of Tuesday, 31 January 2006 23:30:10 +0900 <20060131.233010.93478310.kkojima@rr.iij4u.or.jp> X-Zippy-Says: I'm GLAD I remembered to XEROX all my UNDERSHIRTS!! Message-Id: <20060202094204.57F60180988@magilla.sf.frob.com> Date: Thu, 02 Feb 2006 09:42:00 -0000 Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00009.txt.bz2 I made a change so that include/setjmp.h is not spuriously brought in for C++. I'm concerned that your change might affect C++ name mangling for existing C++ code using jmp_buf, but I'm not sure whether that is an issue or not. Thanks, Roland