]> sourceware.org Git - glibc.git/commit
ldbl-128ibm-compat: Introduce ieee128 symbols
authorRajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
Thu, 28 Jun 2018 08:27:50 +0000 (13:57 +0530)
committerRajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
Thu, 28 Jun 2018 08:27:50 +0000 (13:57 +0530)
commit86a0f56158bd9cbaf2d640e2e6c66539f4cbbcc1
tree11f70f1a9c1badc074d95599eb4f58733e48fac6
parent780684eb04298977bc411ebca1eadeeba4877833
ldbl-128ibm-compat: Introduce ieee128 symbols

This patch adds __*ieee128 symbols for strfrom, strtold, strtold_l, wcstold
and wcstold_l functions.  Redirection from *l to *ieee128 will be handled
in separate patch once we start building these new files.

2018-06-28  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>

* sysdeps/ieee754/ldbl-128ibm-compat/Versions: Add __strfromieee128,
 __strtoieee128, __strtoieee128_l,__wcstoieee128 and __wcstoieee128_l.
* sysdeps/ieee754/ldbl-128ibm-compat/strfromf128.c: New file.
* sysdeps/ieee754/ldbl-128ibm-compat/strtof128.c: New file.
* sysdeps/ieee754/ldbl-128ibm-compat/strtof128_l.c: New file.
* sysdeps/ieee754/ldbl-128ibm-compat/wcstof128.c: New file.
* sysdeps/ieee754/ldbl-128ibm-compat/wcstof128_l.c: New file.
ChangeLog
sysdeps/ieee754/ldbl-128ibm-compat/Versions
sysdeps/ieee754/ldbl-128ibm-compat/strfromf128.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-128ibm-compat/strtof128.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-128ibm-compat/strtof128_l.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-128ibm-compat/wcstof128.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-128ibm-compat/wcstof128_l.c [new file with mode: 0644]
This page took 0.040137 seconds and 5 git commands to generate.