Re: [PATCH 0/2] Update soft-fp from GLIBC

2012-11-14 Thread Joseph S. Myers
On Wed, 14 Nov 2012, Marcus Shawcroft wrote: > libgcc's soft-fp is based on GLIBC's soft-fp. In the patch [1/2] I've brought > across the latest bug fixes from GLIBC. These changes include a dependence on > relevant targets (aarch64, ia64, i386) providing a definition of > FP_TRAPPING_EXCEPTIONS

[PATCH 0/2] Update soft-fp from GLIBC

2012-11-14 Thread Marcus Shawcroft
Folks, libgcc's soft-fp is based on GLIBC's soft-fp. In the patch [1/2] I've brought across the latest bug fixes from GLIBC. These changes include a dependence on relevant targets (aarch64, ia64, i386) providing a definition of FP_TRAPPING_EXCEPTIONS. The patch [2/2] provides an aarch64 de