------- Comment #24 from danglin at gcc dot gnu dot org 2006-04-09 18:56 ------- Subject: Bug 26508
Author: danglin Date: Sun Apr 9 18:56:23 2006 New Revision: 112808 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112808 Log: PR target/26508 * config.gcc (hppa*64*-*-hpux11*): Add 'libgcc_stub.a' to extra_parts. * pa64-hpux.h (LIB_SPEC): Don't append milli.a. (LINK_GCC_C_SEQUENCE_SPEC): Define. Append milli.a here. (PA_CXA_FINALIZE_STUB, PA_JV_REGISTERCLASSES_STUB): Delete defines. (PA_INIT_FINI_HACK): Rename to PA_CRTBEGIN_HACK. (PA_CRTBEGIN_HACK): Ensure __do_global_ctors_aux is placed in text section. Delete PA_CXA_FINALIZE_STUB and PA_JV_REGISTERCLASSES_STUB stubs. Add ".align 8" directives before all ".dword" directives. (GTHREAD_USE_WEAK): Revise comment. (TARGET_ATTRIBUTE_WEAK): Define. * pa/t-pa64 (LIBGCCSTUB_OBJS): Add new rules for stublib.c, rfi-stub.o, dfi-stub.o, cxaf-stub.o and jvrc-stub.o. * stublib.c: New file. Added: branches/gcc-4_1-branch/gcc/config/pa/stublib.c Modified: branches/gcc-4_1-branch/gcc/ChangeLog branches/gcc-4_1-branch/gcc/config.gcc branches/gcc-4_1-branch/gcc/config/pa/pa64-hpux.h branches/gcc-4_1-branch/gcc/config/pa/t-pa64 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26508