From c7509d49c4e8fa494120c5ead21338559dad16f5 Mon Sep 17 00:00:00 2001 From: Raphael Moreira Zinsly Date: Wed, 24 Aug 2022 11:43:37 -0300 Subject: Apply asm redirections in wchar.h before first use Similar to d0fa09a770, but for wchar.h. Fixes [BZ #27087] by applying all long double related asm redirections before using functions in bits/wchar2.h. Moves the function declarations from wcsmbs/bits/wchar2.h to a new file wcsmbs/bits/wchar2-decl.h that will be included first in wcsmbs/wchar.h. Tested with build-many-glibcs.py. Reviewed-by: Adhemerval Zanella --- include/bits/wchar2-decl.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/bits/wchar2-decl.h (limited to 'include') diff --git a/include/bits/wchar2-decl.h b/include/bits/wchar2-decl.h new file mode 100644 index 0000000..00b1b93 --- /dev/null +++ b/include/bits/wchar2-decl.h @@ -0,0 +1 @@ +#include -- cgit v1.1