From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98308 invoked by alias); 16 Oct 2015 10:52:40 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 98280 invoked by uid 89); 16 Oct 2015 10:52:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=unavailable version=3.3.2 X-HELO: eggs.gnu.org Received: from Unknown (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 16 Oct 2015 10:50:08 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn2aB-0001QQ-9X for gcc-patches@gcc.gnu.org; Fri, 16 Oct 2015 06:50:00 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:43870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn2aA-0001Pf-WD for gcc-patches@gcc.gnu.org; Fri, 16 Oct 2015 06:49:55 -0400 Received: from localhost by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 16 Oct 2015 11:47:35 +0100 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp10.uk.ibm.com (192.168.101.140) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 16 Oct 2015 11:47:34 +0100 X-IBM-Helo: d06dlp02.portsmouth.uk.ibm.com X-IBM-MailFrom: vogt@linux.vnet.ibm.com X-IBM-RcptTo: gcc-patches@gcc.gnu.org Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 41E772190046 for ; Fri, 16 Oct 2015 11:47:32 +0100 (BST) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t9GAlYAE35717238 for ; Fri, 16 Oct 2015 10:47:34 GMT Received: from d06av04.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t9GAlXSV028181 for ; Fri, 16 Oct 2015 04:47:33 -0600 Received: from bl3ahm9f.de.ibm.com (sig-9-81-73-88.evts.uk.ibm.com [9.81.73.88]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id t9GAlXU3028168; Fri, 16 Oct 2015 04:47:33 -0600 Received: from dvogt by bl3ahm9f.de.ibm.com with local (Exim 4.76) (envelope-from ) id 1Zn2Xt-0006Vf-9P; Fri, 16 Oct 2015 12:47:33 +0200 Date: Fri, 16 Oct 2015 10:52:00 -0000 From: Dominik Vogt To: gcc-patches@gcc.gnu.org Cc: Andreas Krebbel Subject: Re: [PATCH] Add new hooks ASM_OUTPUT_START_FUNCTION_HEADER ... Message-ID: <20151016104732.GA24742@linux.vnet.ibm.com> Reply-To: vogt@linux.vnet.ibm.com Mail-Followup-To: gcc-patches@gcc.gnu.org, Andreas Krebbel References: <20150921113158.GA30365@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150921113158.GA30365@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15101610-0041-0000-0000-000005F536FD X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 195.75.94.106 X-SW-Source: 2015-10/txt/msg01563.txt.bz2 Message-ID: <20151016105200.eYAai91UV0_ZAQv8Qht4C6TEzAGq-H0jw_sjwCOrfX8@z> On Mon, Sep 21, 2015 at 12:31:58PM +0100, Dominik Vogt wrote: > This patch adds to new backend hooks > ASM_OUTPUT_START_FUNCTION_HEADER and > ASM_OUTPUT_END_FUNCTION_FOOTER that may be defined to emit > assembly code at the very start or end of a function. We no longer need this patch. Ciao Dominik ^_^ ^_^ -- Dominik Vogt IBM Germany