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 target/24348] [4.1 regression] bootstrap failure building libgcc



------- Comment #4 from danglin at gcc dot gnu dot org  2005-11-18 03:22 -------
Subject: Bug 24348

Author: danglin
Date: Fri Nov 18 03:22:18 2005
New Revision: 107157

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107157
Log:
        PR target/24348
        * config.gcc (hppa*-*-hpux*): Add pa/t-slibgcc-elf-ver to tmake config
        when not using sjlj exceptions.
        * config/pa/pa64-hpux.h (LIB_SPEC): Add -lpthread in static links.
        * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
        * config/pa/som.h (ASM_PREFERRED_EH_DATA_FORMAT): Delete define.
        * config/pa/linux-unwind.h (pa32_fallback_frame_state): Use
        DWARF_ALT_FRAME_RETURN_COLUMN instead of column 0 as return column.
        * config/pa/pa-hpux.h (MD_UNWIND_SUPPORT): New define.
        * config/pa/pa-linux.h (INCOMING_RETURN_ADDR_RTX,
        DWARF_FRAME_RETURN_COLUMN, ASM_PREFERRED_EH_DATA_FORMAT,
        ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Delete defines.
        * config/pa/pa.h (ARG_POINTER_CFA_OFFSET): Delete.
        (FRAME_POINTER_CFA_OFFSET, INCOMING_RETURN_ADDR_RTX,
        DWARF_FRAME_RETURN_COLUMN, DWARF_ALT_FRAME_RETURN_COLUMN,
        ASM_PREFERRED_EH_DATA_FORMAT, ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): New
        defines.
        * config/pa/hpux-unwind.h: New file.

        * testsuite/gcc.dg/cleanup-8.c: Enable test on hppa*-*-hpux*.
        * testsuite/gcc.dg/cleanup-9.c: Likewise.
        * testsuite/gcc.dg/cleanup-10.c: Likewise.
        * testsuite/gcc.dg/cleanup-11.c: Likewise.


Added:
    trunk/gcc/config/pa/hpux-unwind.h
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/config/pa/linux-unwind.h
    trunk/gcc/config/pa/pa-hpux.h
    trunk/gcc/config/pa/pa-hpux11.h
    trunk/gcc/config/pa/pa-linux.h
    trunk/gcc/config/pa/pa.h
    trunk/gcc/config/pa/pa64-hpux.h
    trunk/gcc/config/pa/som.h
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/cleanup-10.c
    trunk/gcc/testsuite/gcc.dg/cleanup-11.c
    trunk/gcc/testsuite/gcc.dg/cleanup-8.c
    trunk/gcc/testsuite/gcc.dg/cleanup-9.c


-- 


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


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