bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/815] [C-api -> C++ lib] undefined symbol _Unwind*


From: pluto at pld-linux dot org
Subject: [Bug ld/815] [C-api -> C++ lib] undefined symbol _Unwind*
Date: 14 Apr 2005 16:00:01 -0000

------- Additional Comments From pluto at pld-linux dot org  2005-04-14 15:59 
-------
(In reply to comment #7) 
 
print *h 
 
$4 = {root = {next = 0x838f620, string = 0x8369840 
              "address@hidden", hash = 421875337}, 
      type = bfd_link_hash_undefined, 
          u = {undef = {next = 0x8402f90, abfd = 0x8361968, weak = 0x0}, 
                 def = {next = 0x8402f90, section = 0x8361968, value = 0}, 
                   i = {next = 0x8402f90, link = 0x8361968, warning = 0x0}, 
                   c = {next = 0x8402f90, p = 0x8361968, size = 0}}} 
 
print *h->u.undef.next 
 
$11 = {root = {next = 0x838f620, string = 0x8369840 
               "address@hidden", hash = 421875337}, 
       type = bfd_link_hash_undefined, 
           u = {undef = {next = 0x8402f90, abfd = 0x8361968, weak = 0x0}, 
                  def = {next = 0x8402f90, section = 0x8361968, value = 0}, 
           i = {next = 0x8402f90, link = 0x8361968, warning = 0x0}, 
            c = {next = 0x8402f90, p = 0x8361968, size = 0}}} 
 
print *h 
 
$5 = {root = {next = 0x82e489c, string = 0x841479c 
              "address@hidden", hash = 317394191}, 
      type = bfd_link_hash_undefined, 
         u = {undef = {next = 0x842e1a4, abfd = 0x8361968, weak = 0x0}, 
                def = {next = 0x842e1a4, section = 0x8361968, value = 0}, 
                  i = {next = 0x842e1a4, link = 0x8361968, warning = 0x0}, 
                  c = {next = 0x842e1a4, p = 0x8361968, size = 0}}} 
 
$6 = {root = {next = 0x849806c, string = 0x8414df8 
              "address@hidden", hash = 779585870}, 
      type = bfd_link_hash_undefined, 
         u = {undef = {next = 0x84b2710, abfd = 0x8361968, weak = 0x0}, 
                def = {next = 0x84b2710, section = 0x8361968, value = 0}, 
                  i = {next = 0x84b2710, link = 0x8361968, warning = 0x0}, 
                  c = {next = 0x84b2710, p = 0x8361968, size = 0}}} 
 
# glibc/nptl 
# readelf -sW /lib/libc-2.3.90.so |grep pthread_mutex_ 
1497: 000dc08d 41 FUNC GLOBAL DEFAULT   11 pthread_mutex_unlock@@GLIBC_2.0 
1778: 000dc00a 41 FUNC GLOBAL DEFAULT   11 pthread_mutex_destroy@@GLIBC_2.0 
1800: 000dc064 41 FUNC GLOBAL DEFAULT   11 pthread_mutex_lock@@GLIBC_2.0 
1942: 000dc033 49 FUNC GLOBAL DEFAULT   11 pthread_mutex_init@@GLIBC_2.0 

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=815

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]