This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: #pragma weak conformance
- To: Geoff Keating <geoffk at redhat dot com>
- Subject: Re: #pragma weak conformance
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Fri, 02 Nov 2001 21:02:16 -0500
- cc: gcc at gcc dot gnu dot org
>>>>> Geoff Keating writes:
Geoff> That's one of those fundamental compiler pieces (the symbol table)
Geoff> that's so hard to find in GCC. The function is called lookup_name.
I had looked at lookup_name() before, but I could not figure out
how IDENTIFIER_{LOCAL,GLOBAL}_VALUE could return the decl.
David