This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: host support for darwin9


Thanks.

I would prefer if the GC internal code like darwin_stop_world.c continued
to test the (all-caps) macros like POWERPC, which are defined in
gcconfig.h, and used CPP_WORDSZ to test for 32 vs. 64 bit ABI.

It admittedly doesn't make a huge difference for this particular file,
which is probably never compiled by anything other than gcc.
But for more generic files, it becomes very difficult to have to test
for all sorts of vendor-specific macros, and I'd like to stick to a
single convention.

Hans


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