From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8835 invoked by alias); 6 Feb 2007 19:59:17 -0000 Received: (qmail 8805 invoked by uid 22791); 6 Feb 2007 19:59:14 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 Feb 2007 19:58:59 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l16Jwvrq014788 for ; Tue, 6 Feb 2007 14:58:57 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l16JwuXe013307 for ; Tue, 6 Feb 2007 14:58:56 -0500 Received: from [127.0.0.1] (vpn-14-186.rdu.redhat.com [10.11.14.186]) by potter.sfbay.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l16JwqLM024410; Tue, 6 Feb 2007 14:58:54 -0500 Message-ID: <45C8DDFC.4070003@redhat.com> Date: Tue, 06 Feb 2007 19:59:00 -0000 From: Dave Brolley User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: Dave Brolley CC: cgen@sources.redhat.com Subject: Re: [patch][rfc] Assembler Initialization: CGEN_ASM_INIT_HOOK References: <45A80792.3050300@redhat.com> In-Reply-To: <45A80792.3050300@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00034.txt.bz2 This patch has now been committed. Dave Brolley wrote: > Hi, > > The attached patch includes the expansion of CGEN_ASM_INIT_HOOK into > the generated code for @arch@_cgen_init_asm if it is defined. The > provides an architecure specific hook for assembler initialization. >