]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r303400: libcxxrt: fix demangling of wchar_t
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 1 Aug 2016 16:16:48 +0000 (16:16 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 1 Aug 2016 16:16:48 +0000 (16:16 +0000)
commit66b90a5cbc76ff3b96cc304d3306a3c6ae5727b2
treede5b13eb32dac580713a544555f64b2bcc33ede2
parent71853f41815a6fdc1aa64a502d06264cbb8d2f6a
MFC r303400: libcxxrt: fix demangling of wchar_t

'wchar_t' is 7 characters long, not 6. r303297 fixed this (in head) in
libelftc, but not the second copy of this file that we have in libcxxrt.

PR: 208661

git-svn-id: svn://svn.freebsd.org/base/stable/10@303618 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/libcxxrt/libelftc_dem_gnu3.c