From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17238 invoked by alias); 19 May 2011 11:01:30 -0000 Received: (qmail 17228 invoked by uid 22791); 19 May 2011 11:01:29 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,FSL_RU_URL,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 May 2011 11:01:15 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 89A1FF35; Thu, 19 May 2011 13:01:13 +0200 (CEST) Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id AKDkPULxIG+R; Thu, 19 May 2011 13:01:11 +0200 (CEST) Received: from manam.CeBiTec.Uni-Bielefeld.DE (manam.CeBiTec.Uni-Bielefeld.DE [129.70.161.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id E46D6F34; Thu, 19 May 2011 13:01:11 +0200 (CEST) Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE (8.14.4+Sun/8.14.4/Submit) id p4JB14jT013107; Thu, 19 May 2011 13:01:04 +0200 (MEST) From: Rainer Orth To: Anatoly Sokolov Cc: Richard Henderson , gcc-patches@gcc.gnu.org, Subject: Re: [SPARC] Hookize PRINT_OPERAND, PRINT_OPERAND_ADDRESS and PRINT_OPERAND_PUNCT_VALID_P References: <9410569723.20110427221316@post.ru> <4DB98D4D.2050107@redhat.com> <768470406.20110504213221@post.ru> <1992631331.20110513010632@post.ru> Date: Thu, 19 May 2011 13:00:00 -0000 In-Reply-To: <1992631331.20110513010632@post.ru> (Anatoly Sokolov's message of "Fri, 13 May 2011 01:06:32 +0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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-05/txt/msg01368.txt.bz2 Hi Anatoly, >> 2011-05-05 Rainer Orth > >> * config/sparc/sol2.h (ASM_OUTPUT_CALL): Use >> targetm.asm_out.print_operand. >> * config/sol2.c: Include target.h. > > This patch adds a missing dependency to config/t-sol2. > > Patch is untested. > > OK to install? I've installed a minimally different patch, with the dependency list sorted to match the include order in sol2.c. Bootstrapped on i386-pc-solaris2.11 and sparc-sun-solaris2.11 without regressions. Thanks for the patch. Rainer 2011-05-19 Anatoly Sokolov Rainer Orth * config/t-sol2 (sol2.o): Add $(TARGET_H) dependency. diff --git a/gcc/config/t-sol2 b/gcc/config/t-sol2 --- a/gcc/config/t-sol2 +++ b/gcc/config/t-sol2 @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2004, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -25,7 +25,7 @@ sol2-c.o: $(srcdir)/config/sol2-c.c $(CO # Solaris-specific attributes sol2.o: $(srcdir)/config/sol2.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ - tree.h output.h $(TM_H) $(TM_P_H) $(GGC_H) + tree.h output.h $(TM_H) $(TARGET_H) $(TM_P_H) $(GGC_H) $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(srcdir)/config/sol2.c -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University