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


On Wed, 20 Jun 2001, Neil Booth wrote:

> And what do you propose to do about other clients of cpplib, like
> fix-headers?

As long as the relevant definitions stay in the target headers - and since
they aren't ones expanding to large macro definitions that ought to be
functions, there's no strong reason for them to change - they can continue
to work fine (of course, linking in some suitable implementation of target
arithmetic).  If any of the macros start expanding to values depending on
command line options passed to the compiler, or to values calling
functions in the target .c file, I don't see that this would cause more
problems than it would cause now.

-- 
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]