From 590ef889bc7afe42d4feec94e1c4fbd4ddd65226 Mon Sep 17 00:00:00 2001 From: "Gabriel F. T. Gomes" Date: Thu, 11 Jul 2019 11:47:47 -0300 Subject: ldbl-128ibm-compat: Add obstack printing functions Similarly to the functions from the *printf family, this patch adds implementations for __obstack_*printf* functions that set the 'mode_flags' parameter to PRINTF_LDBL_USES_FLOAT128, before making calls to __vfprintf_internal (indirectly through __obstack_vprintf_internal). Tested for powerpc64le. Reviewed-by: Paul E. Murphy --- sysdeps/ieee754/ldbl-128ibm-compat/test-obstack-ieee128.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/test-obstack-ieee128.c (limited to 'sysdeps/ieee754/ldbl-128ibm-compat/test-obstack-ieee128.c') diff --git a/sysdeps/ieee754/ldbl-128ibm-compat/test-obstack-ieee128.c b/sysdeps/ieee754/ldbl-128ibm-compat/test-obstack-ieee128.c new file mode 100644 index 0000000000..be88675030 --- /dev/null +++ b/sysdeps/ieee754/ldbl-128ibm-compat/test-obstack-ieee128.c @@ -0,0 +1 @@ +#include -- cgit 1.4.1