Branching for 2.12

Nick Clifton nickc@cambridge.redhat.com
Fri Mar 1 04:09:00 GMT 2002


Hi Troy,

> I notice that my patches for recognising Borland TDS files, posted
> here nearly a year ago (see
> http://sources.redhat.com/ml/binutils/2001-02/msg00408.html), are not
> in the CVS tree. Are there any plans to put them in?

Sorry, but as your patch stands, no.  There are two problems.  Firstly
we cannot accept automatically generated code (tds.[ch]) without the
program needed to regenerate that code.  If bugs are ever found in
those files we need to be able to fix them.  If we just patch the
generated files, then the next time you regenerate them the patches
will be lost.

Secondly these generated files are written in ANSI-C.  Binutils is
still using K&R C, so that they can be rebuilt on systems that only
provide a K&R C compiler.  (There still are such systems around).

Cheers
        Nick



More information about the Binutils mailing list