This is the mail archive of the gcc@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: More code removal, mips ecoff support


On 6 Dec 2001, Eric Christopher wrote:

> I'm looking at current OSs that support ecoff on mips or any objections
> to removing the ecoff support from the backend. Anyone?

Just generic comments on such removal:

* Be sure to remove/update all documentation that is made obsolete by such
removal - for example, there are references to ECOFF in install.texi.

* If this means certain targets are no longer supported, actually remove
support for them (headers, config.gcc fragments, ...) so that they fail at
configure time.

* Enumerate the costs and benefits.  What targets are affected, how long
have they been obsolete, how much does this simplify the compiler and make
it easier to maintain?

* Ideally the release notes for each release would list the targets for
which support has been removed, even if we're sure they're long obsolete,
in caveats.html, though we haven't really been tracking this information
properly to do this.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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