This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Libstdc++-v3 vs darwin vs weak support
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: gcc at gcc dot gnu dot org, Geoffrey Keating <geoffk at geoffk dot org>, David Edelsohn <dje at watson dot ibm dot com>
- Date: Tue, 15 Mar 2005 19:50:04 -0500
- Subject: Re: Libstdc++-v3 vs darwin vs weak support
- References: <42377AE5.1050405@suse.de> <m2psy0zb1y.fsf@greed.local> <42377F3C.1060805@suse.de>
On Mar 15, 2005, at 7:35 PM, Paolo Carlini wrote:
Geoffrey Keating wrote:
Darwin now has weak/comdat support, so it doesn't need or use this
any more.
Ah, great, I suspected that...
However, AIX does need them, I think.
Humpf, forgot AIX! David Edelsohn?!?
There are other targets other than aix that still need them too.
Almost all non elf targets (and there might be some elf targets too).
AIX 5.1 supports weak symbols (IIRC) and should work without the "hack"
but older AIX still should be supported.
-- Pinski