------- Comment #2 from danglin at gcc dot gnu dot org 2006-01-18 16:30 ------- Subject: Bug 25731
Author: danglin Date: Wed Jan 18 16:30:18 2006 New Revision: 109895 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109895 Log: PR target/25731 * config.gcc (hppa*-*-linux*, hppa[12]*-*-hpux10*, hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Override default shared libgcc version for both sjlj and dwarf2 exception handling. * pa/t-hpux-shlib (SHLIB_SOVERSION): New make variable. Rework to allow overriding SHLIB_EXT and SHLIB_SOVERSION. * pa/pa.c (function_value): Treat complex and vector types as aggregates. (function_arg): Likewise. Only pass scalar floats in the floating point argument registers. * pa/t-slibgcc-dwarf-ver: New file. * pa/t-slibgcc-sjlj-ver: New file. * pa/t-slibgcc-elf-ver: Delete file. Added: branches/gcc-4_1-branch/gcc/config/pa/t-slibgcc-dwarf-ver branches/gcc-4_1-branch/gcc/config/pa/t-slibgcc-sjlj-ver Removed: branches/gcc-4_1-branch/gcc/config/pa/t-slibgcc-elf-ver Modified: branches/gcc-4_1-branch/gcc/ChangeLog branches/gcc-4_1-branch/gcc/config.gcc branches/gcc-4_1-branch/gcc/config/pa/pa.c branches/gcc-4_1-branch/gcc/config/pa/t-hpux-shlib -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25731