From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30012 invoked by alias); 13 Oct 2010 18:12:42 -0000 Received: (qmail 29997 invoked by uid 22791); 13 Oct 2010 18:12:42 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Oct 2010 18:12:36 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 8E24DCB021E; Wed, 13 Oct 2010 20:12:34 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pG+u4Ng3AjE6; Wed, 13 Oct 2010 20:12:34 +0200 (CEST) Received: from [192.168.1.2] (bon31-9-83-155-120-49.fbx.proxad.net [83.155.120.49]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 4E590CB01DF; Wed, 13 Oct 2010 20:12:34 +0200 (CEST) From: Eric Botcazou To: Richard Henderson Subject: Re: [RFC] Centralize knowledge of eh personality routines Date: Wed, 13 Oct 2010 18:12:00 -0000 User-Agent: KMail/1.9.9 Cc: GCC Patches , rguenther@suse.de, joseph@codesourcery.com, jason@redhat.com, java@gcc.gnu.org, ian@airs.com, mark@codesourcery.com References: <4CB4E841.1090308@redhat.com> <4CB5F53B.9060105@redhat.com> In-Reply-To: <4CB5F53B.9060105@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201010132011.41507.ebotcazou@adacore.com> Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2010-10/txt/msg00020.txt.bz2 > Based on the feedback from the GNAT folk, I've renamed > the Ada personality routine to match the other languages. Thanks. The new ada/raise-gcc.c hunk isn't mentioned in the ChangeLog. -- Eric Botcazou