This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Using the GCC EH mechanism for Ada
Richard Henderson writes:
> Err, read_encoded_value comes from a common header file. So there
> is at least a single source file for it.
Oh, right. The question was based on a (not so old) recollection, but
things have moved since then.
revision 1.2
date: 2001/05/12 06:16:21; author: rth; state: Exp; lines: +23 -179
branches: 1.2.2;
* libsupc++/eh_personality.cc: Include unwind-pe.h. Remove
all pointer encoding logic.
Sorry for the confusion.
> As for why this isn't just exported from libgcc, the IA-64 EH ABI
> doesn't have them, so at least on IA-64 we couldn't expect them
> to exist. I thought about playing games with exporting it everywhere
> else but thought it wasn't worth the bother.
Agreed. Having a common source file is fine.
Thanks for your help,
Olivier