f build dies with: undefined reference to `lookup_name'
Richard Henderson
rth@redhat.com
Wed Mar 6 15:13:00 GMT 2002
On Wed, Mar 06, 2002 at 06:09:36PM -0500, David Edelsohn wrote:
> Richard> No, the *entire* processing of #pragma weak should be moved.
>
> I don't mean move everything.
I do.
> weak_finish walks weak_decls list.
Yes.
> We now need to walk the list outside varasm.c which means that the list
> head cannot be static.
No, it means all of
weak_decls
mark_weak_decls
add_weak
weak_finish
remove_from_pending_weak_list
should be moved and/or rewritten for c-common.c.
r~
More information about the Gcc-patches
mailing list