about summary refs log tree commit diff
path: root/misc/tst-ldbl-errorfptr.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
|
* Added Redirects to longdouble error functions [BZ #29033]Sachin Monga2023-05-101-0/+87
This patch redirects the error functions to the appropriate longdouble variants which enables the compiler to optimize for the abi ieeelongdouble. Signed-off-by: Sachin Monga <smonga@linux.ibm.com>