From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25270 invoked by alias); 12 May 2011 21:16:34 -0000 Received: (qmail 25260 invoked by uid 22791); 12 May 2011 21:16:33 -0000 X-SWARE-Spam-Status: No, hits=2.1 required=5.0 tests=AWL,BAYES_50,KAM_THEBAT,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from contrabass.post.ru (HELO contrabass.corbina.net) (85.21.78.5) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 May 2011 21:16:18 +0000 Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.corbina.net (Postfix) with ESMTP id 67852CC45A; Fri, 13 May 2011 01:06:08 +0400 (MSD) Received: from [95.24.7.197] (account aesok@post.ru HELO Vista.corbina.ru) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPA id 325126928; Fri, 13 May 2011 01:06:08 +0400 Date: Fri, 13 May 2011 07:02:00 -0000 From: Anatoly Sokolov Message-ID: <1992631331.20110513010632@post.ru> To: Rainer Orth CC: Richard Henderson , gcc-patches@gcc.gnu.org, Subject: Re[2]: [SPARC] Hookize PRINT_OPERAND, PRINT_OPERAND_ADDRESS and PRINT_OPERAND_PUNCT_VALID_P In-Reply-To: References: <9410569723.20110427221316@post.ru> <4DB98D4D.2050107@redhat.com> <768470406.20110504213221@post.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable 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/msg00932.txt.bz2 Hello, Rainer. > this is the patch I've checked in after it passed sparc-sun-solaris2.11 > andi i386-pc-solaris2.11 bootstrap. > Rainer > 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.=20 Patch is untested. OK to install? * (sol2.o): Add dependency to $(TARGET_H). Index: gcc/config/t-sol2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- gcc/config/t-sol2 (revision 173714) +++ gcc/config/t-sol2 (working copy) @@ -25,7 +25,7 @@ =20 # 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 $(TARGET_H) $(TM_H) $(TM_P_H) $(GGC_H) $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(srcdir)/config/sol2.c Anatoly.