From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9857 invoked by alias); 23 Oct 2002 19:46:05 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 9846 invoked from network); 23 Oct 2002 19:46:03 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 23 Oct 2002 19:46:03 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9NJOYw18578; Wed, 23 Oct 2002 15:24:34 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9NJjwf17308; Wed, 23 Oct 2002 15:45:58 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9NJjvw23542; Wed, 23 Oct 2002 15:45:57 -0400 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id g9NJjv707893; Wed, 23 Oct 2002 15:45:57 -0400 Date: Wed, 23 Oct 2002 18:12:00 -0000 Message-Id: <200210231945.g9NJjv707893@greed.delorie.com> From: DJ Delorie To: neil@daikokuya.co.uk CC: Erwin.Unruh@fujitsu-siemens.com, gcc@gcc.gnu.org In-reply-to: <20021023192728.GB24812@daikokuya.co.uk> (message from Neil Booth on Wed, 23 Oct 2002 20:27:28 +0100) Subject: Re: It's target deprecation season again! References: <5B7690DAE02BD411A772009027FD68CC0238B972@mchrd23e.mch.fsc.net> <20021023192728.GB24812@daikokuya.co.uk> X-SW-Source: 2002-10/txt/msg01450.txt.bz2 > > In libiberty/safe-ctype.c I added a complete case for EBCDIC, using a check like > > #elif '\n' == 0x15 && ' ' == 0x40 && '0' == 0xF0 \ > > && 'A' == 0xC1 && 'a' == 0x81 && '!' == 0x5A \ > > && 'J' == 0xD1 && 'j' == 0x91 && EOF == -1 > > I'm sure DJ would appreciate a patch for this. Yup, I would.