about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128ibm-compat/test-obstack-ldbl-compat.c
Commit message (Collapse)AuthorAgeFilesLines
* ldbl-128ibm-compat: Add obstack printing functionsGabriel F. T. Gomes2019-11-271-0/+6
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 <murphyp@linux.ibm.com>