This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Move some -f switches to opts.c


Matt Kraai wrote:-

> On Sat, Jun 21, 2003 at 02:03:58PM +0100, Neil Booth wrote:
> > Index: opts.c
> > ===================================================================
> > RCS file: /cvs/gcc/gcc/gcc/opts.c,v
> > retrieving revision 1.9
> > diff -u -p -r1.9 opts.c
> > --- opts.c	20 Jun 2003 22:56:36 -0000	1.9
> > +++ opts.c	21 Jun 2003 12:49:14 -0000
> > @@ -24,6 +24,9 @@ Software Foundation, 59 Temple Place - S
> >  #include "coretypes.h"
> >  #include "tm.h"
> >  #include "tree.h"
> > +#include "rtl.h"
> > +#include "ggc.h"
> > +#include "output.h"
> >  #include "langhooks.h"
> >  #include "opts.h"
> >  #include "options.h"
> 
> Would you please add $(RTL_H), $(GGC_H), and output.h to the
> dependencies of opts.o in Makefile.in?

Yup, I have done, just it wasn't in the posted patch.

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]