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

Unreviewed 3.0 Patches: 1 important on HP-UX


I think the 3.0 branch still doesn't contain Jeff Law's
"SOM weak symbol support" patch
> This patch disables weak support for the SOM object format.  As best
> as I can tell we're not really adhering to the specs regarding
> secondary definitions and that's causing linker & nm segfaults.  

> I'm going to poke at this more someday, but I don't want other folks
> trying to build on the PA to get stuck because of this issue.
<http://gcc.gnu.org/ml/gcc-patches/2001-03/msg00505.html>

since instead of just multiple C++ failures from /usr/ccs/bin/nm seg faulting
running the testsuite, now libstdc++ fails to link.

collect2: /usr/ccs/bin/nm terminated with signal 11 [Segmentation fault]
make[4]: *** [libstdc++.la] Error 1
make[4]: Leaving directory `/devel/span/rdb/src/gcc-20010409.obj/hppa2.0-hp-hpux
10.20/libstdc++-v3/src'
make[3]: *** [all-recursive] Error 1

The following two are minor warning removal patches.

"Patch: config/pa/quadlib.c: Warning removal"
<http://gcc.gnu.org/ml/gcc-patches/2001-03/msg01831.html>
"Patch: Remove 'might be used uninit...' warnings"
<http://gcc.gnu.org/ml/gcc-patches/2001-03/msg01832.html>


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