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 Fri, Feb 23, 2001 at 06:16:01PM -0800, Zack Weinberg wrote:
> That implies, to me, that there might be a way to force just one
> symbol into the dynamic symbol table. I know very little about this.
> Worst case (in ELF), couldn't we bodge an entry into .dynsym by hand?
Absolute worse case, yes, it is possible. But if we're going to
go about hacking linkers, we might as well eliminate the static
data case entirely.
r~