From mboxrd@z Thu Jan 1 00:00:00 1970 To: egcs@cygnus.com Subject: No Subject Date: Sun, 28 Feb 1999 22:53:00 -0000 Message-id: <9506.950506681.10@NO-ID-FOUND.mhonarc.org> X-SW-Source: 1999-02n/msg01249.html @smallexample void __f () @{ /* do something */; @} void f () __attribute__ ((weak, alias ("__f"))); @end smallexample declares @samp{f} to be a weak alias for @samp{__f}. In C++, the mangled name for the target must be used. Sounds like we need TARGET_ATTRIBUTE_WEAK_ALIAS jeff