From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15067 invoked by alias); 10 Jun 2011 14:45:32 -0000 Received: (qmail 15055 invoked by uid 22791); 10 Jun 2011 14:45:31 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Jun 2011 14:45:17 +0000 Received: (qmail 9959 invoked from network); 10 Jun 2011 14:45:17 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 10 Jun 2011 14:45:17 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1QV2xX-0001Ai-0Q for gcc-patches@gcc.gnu.org; Fri, 10 Jun 2011 14:45:15 +0000 Date: Fri, 10 Jun 2011 14:56:00 -0000 From: "Joseph S. Myers" To: gcc-patches@gcc.gnu.org Subject: Ping^2 Re: Create common hooks structure shared between driver and cc1 In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 X-SW-Source: 2011-06/txt/msg00848.txt.bz2 Ping^2. This patch , and the followup , are pending review after two weeks. Together these patches create and populate a common structure of target hooks shared between the driver and cc1. I also described in those threads (in particular in ) further cleanups possible after these patches for anyone interested in converting more common target macros to hooks or in moving source files around to reflect a more modular structure for common code. -- Joseph S. Myers joseph@codesourcery.com