This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/51272] ld: Unsatisfied symbol "_ITM_registerTMCloneTable" in file /test/gnu/gcc/objdir/
- From: "danglin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 01 Dec 2011 02:37:26 +0000
- Subject: [Bug other/51272] ld: Unsatisfied symbol "_ITM_registerTMCloneTable" in file /test/gnu/gcc/objdir/
- Auto-submitted: auto-generated
- References: <bug-51272-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51272
--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2011-12-01 02:37:26 UTC ---
Author: danglin
Date: Thu Dec 1 02:37:06 2011
New Revision: 181870
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181870
Log:
PR other/51272
* config/pa/stublib.c (_ITM_registerTMCloneTable): New stub.
(_ITM_deregisterTMCloneTable): Likewise.
(__register_frame_info): Fix unused warning.
(__deregister_frame_info, __cxa_finalize, _Jv_RegisterClasses,
pthread_default_stacksize_np): Likewise.
* config/pa/t-stublib (LIBGCCSTUB_OBJS): Add new objects and rules.
Modified:
trunk/libgcc/ChangeLog
trunk/libgcc/config/pa/stublib.c
trunk/libgcc/config/pa/t-stublib