This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: Branching for 2.12


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


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