Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ldbl-128ibm-compat: Replace http with https in new files | Gabriel F. T. Gomes | 2019-12-03 | 1 | -1/+1 |
| | | | | | | | Several commits to the ldbl-128ibm-compat directory added new files where the URL in the copyright notice pointed to an http, rather than to an https, address. This happened because I copied the notices before commit ID 5a82c74822d3. This trivial patch fixes this issue. | ||||
* | ldbl-128ibm-compat: Add argp_error and argp_failure | Gabriel F. T. Gomes | 2019-11-27 | 1 | -0/+42 |
Use the recently added, internal functions, __argp_error_internal and __argp_failure_internal, to provide argp_error and argp_failure that can take long double arguments with IEEE binary128 format on platforms where long double can also take double format or some non-IEEE format (currently, this means powerpc64le). Tested for powerpc64le. Reviewed-by: Paul E. Murphy <murphyp@linux.ibm.com> |