This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: glibc-2.4 __stack_chk_guard/__pointer_chk_guard
On Tue, Mar 07, 2006 at 10:32:29AM +0100, Peter S. Mazinger wrote:
> It was only a thought of correctness, with this I do not understand the
> use of EXPORT_UNWIND_FIND_FDE either.
_Unwind_Find_FDE is possibly compiled into libc.so even on arches where
we don't want to export it, it is included in libgcc* too. In case of
the guards, those are glibc sole symbols, so we have full control over them.
Jakub