This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: The remaining dubious symbols in libgcc-std.ver
- To: Zack Weinberg <zackw at Stanford dot EDU>
- Subject: Re: The remaining dubious symbols in libgcc-std.ver
- From: Geert Bosch <bosch at gnat dot com>
- Date: Mon, 11 Jun 2001 20:09:14 -0400 (EDT)
- Cc: gcc-patches at gcc dot gnu dot org
On Mon, 11 Jun 2001, Zack Weinberg wrote:
I propose to leave them as they are right now in 3.0, which means that
they will not be visible in libgcc_s.so. If it is found, later, that
we must make them visible in libgcc_s.so, that change can safely be
made in the 3.0.x series.
That seems right. I agree with putting as little as possible in
the shared libgcc.a. Applications that depend on function closures
can link against the static version of libgcc.
-Geert