This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Make libgcc.a symbols .hidden
- From: Krister Walfridsson <cato at df dot lth dot se>
- To: Richard Henderson <rth at redhat dot com>
- Cc: Jakub Jelinek <jakub at redhat dot com>, <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 3 Mar 2002 19:38:56 +0100 (MET)
- Subject: Re: [PATCH] Make libgcc.a symbols .hidden
On Sun, 3 Mar 2002, Richard Henderson wrote:
> That would be very strange, since __register_frame_info and
> _Unwind_RaiseException are in libgcc_eh.a, and all of the
> symbols that are hidden are in libgcc.a.
That explains it. I don't have any libgcc_eh.a on my i386 machine --
everything is in libgcc.a.
I'll dig into this tomorrow.
/Krister