OSDN Git Service

Export __extendxftf2 to GCC_4.5.0 for 32bit libgcc.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 932483a..c314036 100644 (file)
@@ -1,3 +1,15 @@
+2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/43383
+       * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
+       for 32bit.
+
+2010-03-18  Michael Matz  <matz@suse.de>
+
+       PR middle-end/43419
+       * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
+       into sqrt(x) if we need to preserve signed zeros.
+
 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
            Eric Botcazou  <ebotcazou@adacore.com>