]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r268463:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 16 Jul 2014 21:04:31 +0000 (21:04 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 16 Jul 2014 21:04:31 +0000 (21:04 +0000)
commit224434acf32c61f713330b10ae1f094816031377
tree903950a6c9766d294f5b5f667e514ceccf1bc3c1
parent7754d0cc84e6a5e856addb1b80e2ee73c6fef1eb
MFC r268463:

In libproc, avoid calling __cxa_demangle(), and thus depending on either
libcxxrt or libsupc++, if WITHOUT_CXX is defined. [1]

Noticed by: sbruno

[1] However, on stable/10 this is more accurately described by
WITHOUT_GNUCXX, so I've changed the test to that instead.

git-svn-id: svn://svn.freebsd.org/base/stable/10@268775 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libproc/Makefile
lib/libproc/proc_sym.c