This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug libffi/26048] [4.2/4.3/4.4 Regression] libffi doesn't build on Solaris 10/x86 with native assembler



------- Comment #9 from ro at gcc dot gnu dot org  2008-12-19 15:01 -------
Subject: Bug 26048

Author: ro
Date: Fri Dec 19 14:59:42 2008
New Revision: 142835

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142835
Log:
        PR libffi/26048
        * configure.ac (HAVE_AS_X86_PCREL): New test.
        * configure: Regenerate.
        * fficonfig.h.in: Regenerate.
        * src/x86/sysv.S [!FFI_NO_RAW_API]: Precalculate
        RAW_CLOSURE_CIF_OFFSET, RAW_CLOSURE_FUN_OFFSET,
        RAW_CLOSURE_USER_DATA_OFFSET for the Solaris 10/x86 assembler.
        (.eh_frame): Only use SYMBOL-. iff HAVE_AS_X86_PCREL.
        * src/x86/unix64.S (.Lstore_table): Move to .text section.
        (.Lload_table): Likewise.
        (.eh_frame): Only use SYMBOL-. iff HAVE_AS_X86_PCREL.

Modified:
    trunk/libffi/ChangeLog
    trunk/libffi/configure
    trunk/libffi/configure.ac
    trunk/libffi/fficonfig.h.in
    trunk/libffi/src/x86/sysv.S
    trunk/libffi/src/x86/unix64.S


-- 


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


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