Hi Anatoly, >> 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?
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 <ae...@post.ru> Rainer Orth <r...@cebitec.uni-bielefeld.de> * 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