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: Richard Henderson <rth at redhat dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: Andrew Cagney <cagney at mac dot com>, Alan Modra <amodra at bigpond dot net dot au>, gcc-patches at gcc dot gnu dot org
- Date: Wed, 6 Mar 2002 14:22:49 -0800
- Subject: Re: f build dies with: undefined reference to `lookup_name'
- References: <rth@redhat.com> <200203062218.RAA24310@makai.watson.ibm.com>
On Wed, Mar 06, 2002 at 05:18:16PM -0500, David Edelsohn wrote:
> Do what? What is "it"? Have each language provide its own
> definition of weak_finish() instead of lookup_name()?
Basically, yes. Though I would actually remove weak_finish
entirely and process #pragma weak forward declarations in
finish_decl and finish_function or something.
r~