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: [rfc] remaining Class_1 problem on ia64


On Wed, May 25, 2005 at 05:53:21PM +0100, Andrew Haley wrote:
> OK, so I guess it doesn't matter if we use a private hack in this palce.

My question remains though.  Where should we put this hack?
We'll need the same one for ia64, ppc64, hppa, and aix.

Surely we shouldn't start introducing hacks like

#if defined(__ia64__) || defined(__hppa__) || \
    defined(_AIX) || defined(__powerpc64__)

The ppc64-but-not-ppc32 thing needs special attention when multilibbing.


r~


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