This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/52163] [4.7 regression] 64bit powerpc libgcc is missing exported symbols
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 08 Feb 2012 10:27:32 +0000
- Subject: [Bug target/52163] [4.7 regression] 64bit powerpc libgcc is missing exported symbols
- Auto-submitted: auto-generated
- References: <bug-52163-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52163
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-08 10:27:32 UTC ---
Perhaps waste of space, but we have been including them there in the past, so
removing them would be an ABI change. They could be made into @ as opposed to
@@ symbols, so that nobody links against them (when using GNU versioning).