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]

MIPS port and fixincludes


Zack Weinberg writes:
 > Fixincludes wants to change #ifdef __mips to #ifdef __mips__.  I'm
 > looking at mips.h and it defines __mips, and __mips is a legal symbol
 > in C89.  Should fixincludes be making this change?

I don't think so.

The names __*mips, __*host_mips, _*MIPSE[LB], _*R[34]000, and 
__*r[34]000 are all already outside the users namespace, and thus
don't need translating in this section.  The names _mips, _host_mips,
and _r[34]000 #are# within the users namespace, and if we accept
the utility of this section in general, then they still need 
translating.  

                                            -gavin... 

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