This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A completely different approach to EH runtime
On Wed, Feb 21, 2001 at 10:05:57PM -0300, Alexandre Oliva wrote:
> It appears to me that the only problem right now is that the DWARF-2
> EH table (objects, in frame-dwarf2.c) is currently static. Couldn't
> we just make it global, so that ELF symbol-binding semantics resolves
> it to a single symbol globally?
No. Think: the data symbols won't resolve as you wish for
the exact same reasons that the function symbols didn't.
r~