diff mbox

[SPARC] Hookize PRINT_OPERAND, PRINT_OPERAND_ADDRESS and PRINT_OPERAND_PUNCT_VALID_P

Message ID yddliy30xan.fsf@manam.CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth May 19, 2011, 11:01 a.m. UTC
Hi Anatoly,

>> 2011-05-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
>
>>         * 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 <aesok@post.ru>
	    Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* config/t-sol2 (sol2.o): Add $(TARGET_H) dependency.
diff mbox

Patch

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