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]

Re: Converting tm.h macros to functions



> As a whole, I like what I'm seeing.  The only thing I would caution is not
> to fall into the same hole as BFD where nobody dares update the target
> vector because they have to twiddle so many *&@#$ config files not to
> mention it's not real obvious where/how to add items to the vector anyway.
>

Right.  The TARGET_INITIALIZER trick avoids the problem of having to modify
config files; it's no harder to add a new vector entry than it is now.

The "not real obvious" problem we've already got. :-(  I don't think this
will make it any worse...

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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