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  <r...@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?

        * (sol2.o): Add dependency to $(TARGET_H).


Index: gcc/config/t-sol2
===================================================================
--- gcc/config/t-sol2   (revision 173714)
+++ gcc/config/t-sol2   (working copy)
@@ -25,7 +25,7 @@
 
 # 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.

Reply via email to