From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: jtc@redback.com Cc: gdb-patches@sourceware.cygnus.com Subject: Re: [RFA]: Remove unused header files. Date: Mon, 05 Mar 2001 08:11:00 -0000 Message-id: <3AA2CBD7.477B337F@cygnus.com> References: <5mitltndwn.fsf@jtc.redback.com> <3A9FC8E8.F1B486C5@cygnus.com> <5mpufzlmg5.fsf@jtc.redback.com> X-SW-Source: 2001-03/msg00064.html > Yes and no. If I was linting GDB configured for the mn10200, it > regcache.h would be considered necessary, but for other cases it > would not. Since I'm not planning on linting every possible config > before deciding whether a header is unnecessary, it's not up to the > job. I think we need to clarify one of the ground rules - should "tm.h" et.al. files be sucking in the things they refer to and (assuming that is agreed) should that be addressed before include headers are eliminated from .c files. If that isn't done, I've the (rational) fear that these cleanups will start breaking an unreasonable number of existing targets. Rational? Well I'm still cleaning up fallout from regcache.h - I've ~50 tm.h files that should include regcache.h. Andrew