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

2013-07-30 Thread Gabriel Dos Reis
On Mon, Jul 29, 2013 at 11:24 AM, 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++. The

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

2013-07-29 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