This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: f build dies with: undefined reference to `lookup_name'
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Andrew Cagney <cagney at mac dot com>
- Cc: Alan Modra <amodra at bigpond dot net dot au>, Richard Henderson <rth at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Sun, 10 Mar 2002 17:34:14 -0500
- Subject: Re: f build dies with: undefined reference to `lookup_name'
>>>>> Andrew Cagney writes:
Andrew> How is this patch going?
We have two proposed patches: Alan's patch moving the weak support
for pushdecl and Richard's proposal to move the current weak support from
varasm.c to c-common.c.
Alan has not commented on Richard's proposal and Richard has not
commented on Alan's proposal. Moving the weak machinery to c-common seems
like a good shift to me because it is self-containted and pragma weak is
C/C++/Obj-C specific.
David