OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / libdecnumber / ChangeLog
index 91c4f08..a89179b 100644 (file)
@@ -1,3 +1,25 @@
+2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in ($(srcdir)/aclocal.m4): Update dependencies.
+       * configure: Regenerate.
+
+2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in (datarootdir): New variable.
+
+2008-06-10  Joseph Myers  <joseph@codesourcery.com>
+
+       * dconfig.h: New.
+       * decContext.c, decExcept.c, decExcept.h, decLibrary.c,
+       decNumber.c, decNumberLocal.h, decRound.c, dpd/decimal128.c,
+       dpd/decimal32.c, dpd/decimal64.c: Include dconfig.h not config.h.
+       * dpd/decimal128Local.h (decimal128SetSign, decimal128ClearSign,
+       decimal128FlipSign): Use WORDS_BIGENDIAN not
+       FLOAT_WORDS_BIG_ENDIAN.
+       * bid/host-ieee128.c: Include dconfig.h.
+       (__host_to_ieee_128, __ieee_to_host_128): Swap 64-bit halves of
+       value if WORDS_BIGENDIAN.
+
 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
 
        PR bootstrap/35457