Re: [PATCH 06/18] convert the C++ front end to automatic dependencies

2013-07-25 Thread Gabriel Dos Reis
On Thu, Jul 25, 2013 at 3:31 PM, Tom Tromey wrote: > This converts the C++ front end. > > This renames g++spec.o to cp/g++spec.o for uniformity. > This lets us remove an explicit rule. > > This patch does not remove various *_H macros from cp/Make-lang.in. > These are still needed by ObjC++. They

[PATCH 06/18] convert the C++ front end to automatic dependencies

2013-07-25 Thread Tom Tromey
This converts the C++ front end. This renames g++spec.o to cp/g++spec.o for uniformity. This lets us remove an explicit rule. This patch does not remove various *_H macros from cp/Make-lang.in. These are still needed by ObjC++. They're removed by a later patch. * Make-lang.in (g++spec.o