This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: #pragma weak conformance


> Date: Fri, 02 Nov 2001 17:30:55 -0500
> From: David Edelsohn <dje@watson.ibm.com>

> 	The Solaris semantics require that an alias of an identifier match
> a declaration.  Is there any way to find the GCC declaration associated
> with an identifier?

That's one of those fundamental compiler pieces (the symbol table)
that's so hard to find in GCC.  The function is called lookup_name.

-- 
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]