This is the mail archive of the gcc-patches@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: SH: use register names instead of numbers


On Tue, Nov 21, 2000 at 10:47:38PM -0500, Richard Kenner wrote:
> ... some ports will do it in tm.h and some in the md file and I
> think that's confusing.

*shrug* I don't.  You'll look in the header first, not find it,
then look in the md file and find it there.  What's confusing
about that?

> No, but we could do a #define the other way in some default
> place, so an md file that needed to reference it could do it easily.

The problem is that getting the #define read and parsed isn't
really _that_ easy.  That's the whole reason Geoff suggested
we implement things from md to .h and not the other way around.


r~

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