This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libgcc-std.ver question
- From: Mike Stump <mrs at apple dot com>
- To: gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Wed, 16 Mar 2005 17:43:32 -0800
- Subject: libgcc-std.ver question
I have a question about libgcc export for shared libraries... libgcc
exports (via libgcc-std.ver):
__ffsdi2
but not:
__ffssi2
. Is there any particular motivation not to, or should it, or, does
it just not matter a whole lot? If people think it would be good to
do, I'd be happy to do up a patch for it, but, I don't want to
propose it, if it isn't a good idea. :-)