diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-11-05 11:36:09 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-11-06 09:48:53 -0500 |
commit | a0bce338e8e6f35e38183dfbcfc3c760ecd07159 (patch) | |
tree | 4ec60476bbf0a2aee98b8ad3ea96acda03d147b3 /ports/ChangeLog.tile | |
parent | fedff58953bf60c99498c018b6d787db117c8932 (diff) | |
download | glibc-a0bce338e8e6f35e38183dfbcfc3c760ecd07159.tar.gz glibc-a0bce338e8e6f35e38183dfbcfc3c760ecd07159.tar.xz glibc-a0bce338e8e6f35e38183dfbcfc3c760ecd07159.zip |
Make ieee754 fma tolerate architectures without exception support.
Diffstat (limited to 'ports/ChangeLog.tile')
-rw-r--r-- | ports/ChangeLog.tile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/ChangeLog.tile b/ports/ChangeLog.tile index fd722b3e84..99e95db266 100644 --- a/ports/ChangeLog.tile +++ b/ports/ChangeLog.tile @@ -1,5 +1,8 @@ 2012-11-05 Chris Metcalf <cmetcalf@tilera.com> + * sysdeps/tile/math_private.h: Provide additional no-op defines + for exception and rounding macros. + * sysdeps/tile/tilegx/Makefile: Generate Makefile fragment to determine whether to build elf-init.c and gmon-start.c with -mcmodel=large. * sysdeps/tile/crti.S: Support large memory model. |