public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/51272] New: ld: Unsatisfied symbol "_ITM_registerTMCloneTable" in file /test/gnu/gcc/objdir/
@ 2011-11-22 19:03 danglin at gcc dot gnu.org
  2011-12-01  2:37 ` [Bug other/51272] " danglin at gcc dot gnu.org
  2011-12-01  2:43 ` danglin at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-11-22 19:03 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51272

             Bug #: 51272
           Summary: ld: Unsatisfied symbol "_ITM_registerTMCloneTable" in
                    file /test/gnu/gcc/objdir/
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa64-hp-hpux11.11
            Target: hppa64-hp-hpux11.11
             Build: hppa64-hp-hpux11.11


In stage1 building libgomp:

configure:3688: /test/gnu/gcc/objdir/./gcc/xgcc -B/test/gnu/gcc/objdir/./gcc/
-B/opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/bin/
-B/opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/lib/ -isystem
/opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/include -isystem
/opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/sys-include    -g -O2   conftest.c 
>&5
ld: Unsatisfied symbol "_ITM_registerTMCloneTable" in file
/test/gnu/gcc/objdir/./gcc/crtbegin.o
ld: Unsatisfied symbol "_ITM_deregisterTMCloneTable" in file
/test/gnu/gcc/objdir/./gcc/crtbegin.o
2 errors.
collect2: error: ld returned 1 exit status
configure:3692: $? = 1
configure:3729: result:
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU OpenMP Runtime Library"
| #define PACKAGE_TARNAME "libgomp"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU OpenMP Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgomp/"
| #define PACKAGE "libgomp"
| #define VERSION "1.0"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:3735: error: in `/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libgomp':
configure:3738: error: C compiler cannot create executables

2011-11-21  Richard Henderson  <rth@redhat.com>

        * crtstuff.c (USE_TM_CLONE_REGISTRY): Default to 1 on ELF.
        (__TMC_LIST__, __TMC_END__): New.
        (__do_global_dtors_aux): Call _ITM_deregisterTMCloneTable.
        (__do_global_dtors): Likewise.
        (frame_dummy): Call _ITM_registerTMCloneTable.
        (__do_global_ctors_1): Likewise.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug other/51272] ld: Unsatisfied symbol "_ITM_registerTMCloneTable" in file /test/gnu/gcc/objdir/
  2011-11-22 19:03 [Bug other/51272] New: ld: Unsatisfied symbol "_ITM_registerTMCloneTable" in file /test/gnu/gcc/objdir/ danglin at gcc dot gnu.org
@ 2011-12-01  2:37 ` danglin at gcc dot gnu.org
  2011-12-01  2:43 ` danglin at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-12-01  2:37 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug other/51272] ld: Unsatisfied symbol "_ITM_registerTMCloneTable" in file /test/gnu/gcc/objdir/
  2011-11-22 19:03 [Bug other/51272] New: ld: Unsatisfied symbol "_ITM_registerTMCloneTable" in file /test/gnu/gcc/objdir/ danglin at gcc dot gnu.org
  2011-12-01  2:37 ` [Bug other/51272] " danglin at gcc dot gnu.org
@ 2011-12-01  2:43 ` danglin at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-12-01  2:43 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51272

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> 2011-12-01 02:42:49 UTC ---
Fixed.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-01  2:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-22 19:03 [Bug other/51272] New: ld: Unsatisfied symbol "_ITM_registerTMCloneTable" in file /test/gnu/gcc/objdir/ danglin at gcc dot gnu.org
2011-12-01  2:37 ` [Bug other/51272] " danglin at gcc dot gnu.org
2011-12-01  2:43 ` danglin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).