This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49587] Code generation error with dynamic libraries.
- From: "jarrydb at cse dot unsw.edu.au" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 30 Jun 2011 11:52:53 +0000
- Subject: [Bug c++/49587] Code generation error with dynamic libraries.
- Auto-submitted: auto-generated
- References: <bug-49587-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49587
--- Comment #3 from Jarryd Beck <jarrydb at cse dot unsw.edu.au> 2011-06-30 11:52:52 UTC ---
Sorry I better get that function in the dynamic loading correct. It calls the
actual function which goes to _dl_runtime_resolve which calls _dl_fixup, then
it bombs at the end of _dl_runtime_resolve.