From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25800 invoked by alias); 15 Jun 2004 17:10:02 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 25448 invoked from network); 15 Jun 2004 17:09:40 -0000 Received: from unknown (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org with SMTP; 15 Jun 2004 17:09:40 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.12.10/8.12.10) with ESMTP id i5FH6xp4026327; Tue, 15 Jun 2004 13:06:59 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i5FH9dw16698; Tue, 15 Jun 2004 13:09:39 -0400 Received: from frothingslosh.sfbay.redhat.com (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i5FH9cP18218; Tue, 15 Jun 2004 10:09:38 -0700 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10) with ESMTP id i5FH9cQw001351; Tue, 15 Jun 2004 10:09:38 -0700 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10/Submit) id i5FH9cB3001349; Tue, 15 Jun 2004 10:09:38 -0700 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Tue, 15 Jun 2004 17:46:00 -0000 From: Richard Henderson To: Paul Brook Cc: gcc-patches@gcc.gnu.org Subject: Re: Patch ping Message-ID: <20040615170938.GA1300@redhat.com> Mail-Followup-To: Richard Henderson , Paul Brook , gcc-patches@gcc.gnu.org References: <200406141210.23634.paul@codesourcery.com> <20040614225601.GA29620@redhat.com> <200406151612.56559.paul@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406151612.56559.paul@codesourcery.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-06/txt/msg01199.txt.bz2 On Tue, Jun 15, 2004 at 04:12:56PM +0100, Paul Brook wrote: > My motivation for generating CIE version 3 entries is compatibility > with third party tools which can't read CIE version 1 entries. Grr. Ok I guess. Please pressure these third parties to DTRT and add two lines of code to accept version 1 as well. r~