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/29487] Shared libstdc++ fails to link



------- Comment #38 from dave at hiauly1 dot hia dot nrc dot ca  2007-02-06 21:18 -------
Subject: Re:  Shared libstdc++ fails to link

> Created an attachment (id=13011)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13011&action=view)
>  --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13011&action=view)
> proposed, untested patch

I did a build and check of c and c++ on 4.1.2 using the above patch
modified for the 4.1 branch on HP-UX 11.11 (attached).  I modified
the pa-hpux11.h file to disable TARGET_SOM_SDEF so that the COMDAT
support used with HP-UX 10 was used for one-only support.

I had to include target.h in one file but I didn't bother updating
the Makefile dependencies.

The build was successful and libstdc++-v3 linked successfully.  There
was one minor regression.  nothrow1.C failed in the g++ testsuite.
I've attached the tree dump.

Dave


------- Comment #39 from dave at hiauly1 dot hia dot nrc dot ca  2007-02-06 21:18 -------
Created an attachment (id=13016)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13016&action=view)


------- Comment #40 from dave at hiauly1 dot hia dot nrc dot ca  2007-02-06 21:18 -------
Created an attachment (id=13017)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13017&action=view)


-- 


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


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