From 6f3123bbbdc81436304b3910b222adad5ce5c027 Mon Sep 17 00:00:00 2001 From: geoffk Date: Wed, 24 Sep 2003 07:49:13 +0000 Subject: [PATCH] * config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71728 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 2 ++ gcc/config/t-darwin | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 41abb4713cb..5204532f31f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -74,6 +74,8 @@ 2003-09-23 Geoffrey Keating + * config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies. + * config/rs6000/rs6000.c (function_arg_pass_by_reference): Don't pass zero-size arrays by reference. (rs6000_va_arg): Likewise. diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin index c5741e43234..8743fc1fa6d 100644 --- a/gcc/config/t-darwin +++ b/gcc/config/t-darwin @@ -12,7 +12,7 @@ gt-darwin.h : s-gtype ; @true # Explain how to build crt2.o $(T)crt2$(objext): $(srcdir)/config/darwin-crt2.c $(GCC_PASSES) \ - $(TCONFIG_H) tsystem.h + $(TCONFIG_H) stmp-int-hdrs tsystem.h $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) \ -c $(srcdir)/config/darwin-crt2.c -o $(T)crt2$(objext) -- 2.11.4.GIT