]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r303400: libcxxrt: fix demangling of wchar_t
authoremaste <emaste@FreeBSD.org>
Mon, 1 Aug 2016 16:16:48 +0000 (16:16 +0000)
committeremaste <emaste@FreeBSD.org>
Mon, 1 Aug 2016 16:16:48 +0000 (16:16 +0000)
commitfa63f081edf3aec7a0e3fc9d981e6b032b70553d
treede5b13eb32dac580713a544555f64b2bcc33ede2
parent149ca8a20eb68bec247117dbbf71ad671af73407
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
contrib/libcxxrt/libelftc_dem_gnu3.c