This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bug report: objc classes linked in wrong order
- To: nicola at brainstorm dot co dot uk
- Subject: Re: Bug report: objc classes linked in wrong order
- From: Richard Henderson <rth at cygnus dot com>
- Date: Sat, 27 May 2000 15:07:29 -0700
- Cc: law at cygnus dot com, hjl at lucon dot org, egcs at sourceware dot cygnus dot com, ovidiu at cup dot hp dot com, gcc at gcc dot gnu dot org
- References: <20000524102254.A23847@cygnus.com> <Pine.LNX.4.10.10005261722570.26308-100000@lin9.brainstorm.co.uk>
On Fri, May 26, 2000 at 05:34:43PM +0100, nicola@brainstorm.co.uk wrote:
> Can I make an objective-C class weak ?
Perhaps with a change to the front end. Certainly there's
no reason why the front end shouldn't be able to mark all the
symbols for a particular class weak.
r~