This is the mail archive of the java-prs@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]

[Bug java/53982] gij built for x32 can't run a simple Hello Worldclass


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53982

--- Comment #6 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2012-07-18 19:19:40 UTC ---
Author: hjl
Date: Wed Jul 18 19:19:34 2012
New Revision: 189626

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189626
Log:
Define FFI_SIZEOF_JAVA_RAW to 4 for x32


    PR libffi/53982
    PR libffi/53973
    * src/x86/ffitarget.h: Check __ILP32__ instead of __LP64__ for
    x32.
    (FFI_SIZEOF_JAVA_RAW): Defined to 4 for x32.

Modified:
    trunk/libffi/ChangeLog.libgcj
    trunk/libffi/src/x86/ffitarget.h


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