public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* binutils: nm -C doesn't demangle?
@ 2008-06-24 20:13 Yaakov (Cygwin Ports)
  2008-06-24 22:12 ` Christopher Faylor
  0 siblings, 1 reply; 3+ messages in thread
From: Yaakov (Cygwin Ports) @ 2008-06-24 20:13 UTC (permalink / raw)
  To: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

cgf,

In the previous version of binutils, nm -C removed the leading
underscore from symbols.  AFAICS the current version no longer does
this, which breaks certain things.  Is this intended, and if so, what is
the workaround?


Yaakov
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkhhQ2UACgkQpiWmPGlmQSPSWgCgqhd7NkvrZjKJYi+L4j7S4gKI
7sAAn2jLKVXbCgjItHdBQt0d537TMz+y
=H86l
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: binutils: nm -C doesn't demangle?
  2008-06-24 20:13 binutils: nm -C doesn't demangle? Yaakov (Cygwin Ports)
@ 2008-06-24 22:12 ` Christopher Faylor
  2008-06-25  0:44   ` Yaakov (Cygwin Ports)
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Faylor @ 2008-06-24 22:12 UTC (permalink / raw)
  To: cygwin

On Tue, Jun 24, 2008 at 01:56:37PM -0500, Yaakov (Cygwin Ports) wrote:
>In the previous version of binutils, nm -C removed the leading
>underscore from symbols.  AFAICS the current version no longer does
>this, which breaks certain things.  Is this intended, and if so, what
>is the workaround?

Test case?  I have certain things on my computer but apparently they
aren't the right certain things.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: binutils: nm -C doesn't demangle?
  2008-06-24 22:12 ` Christopher Faylor
@ 2008-06-25  0:44   ` Yaakov (Cygwin Ports)
  0 siblings, 0 replies; 3+ messages in thread
From: Yaakov (Cygwin Ports) @ 2008-06-25  0:44 UTC (permalink / raw)
  To: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Christopher Faylor wrote:
| Test case?  I have certain things on my computer but apparently they
| aren't the right certain things.

$ ~/tmp/nm --version | head -n 1
GNU nm 2.17.50 20060817

$ ~/tmp/nm -C /usr/lib/libcrypt.dll.a | grep " T "
00000000 T setkey
00000000 T encrypt
00000000 T crypt

$ /usr/bin/nm --version | head -n 1
GNU nm (GNU Binutils) 2.18.50.20080523

$ /usr/bin/nm -C /usr/lib/libcrypt.dll.a | grep " T "
00000000 T _setkey
00000000 T _encrypt
00000000 T _crypt


Yaakov
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkhhkK0ACgkQpiWmPGlmQSMCrQCg5gVJ2tVGv2gGD5hA9GE5+Rmx
BhkAoNM5Tr1t6eHOUciu+fPlzj94HZbE
=uc9E
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2008-06-25  0:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-24 20:13 binutils: nm -C doesn't demangle? Yaakov (Cygwin Ports)
2008-06-24 22:12 ` Christopher Faylor
2008-06-25  0:44   ` Yaakov (Cygwin Ports)

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).