OSDN Git Service

PR target/31110
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 5c80fc9..b284077 100644 (file)
@@ -1,3 +1,41 @@
+2008-03-28  Nick Clifton  <nickc@redhat.com>
+
+       * config/mn10300/mn10300.c (mn10300_secondary_reload_class):
+        Return GENERAL_REGS for stack adjustment reloads.
+
+2008-03-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR target/31334
+       * config/rs6000/rs6000.c (rs6000_expand_vector_init): Create a
+       const_vector when all the vectors are constant.
+
+2008-03-27  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/xtensa/xtensa.c (gen_float_relational): Handle unordered
+       comparisons.
+       * config/xtensa/xtensa.md (any_cond): Add unordered comparisons.
+       (any_scc_sf): Add uneq, unlt, unle and unordered operators.
+       (scc_sf): New.
+       (s<code>_sf): Use new scc_sf attribute for opcode names.
+
+2008-03-27  Tom Tromey  <tromey@redhat.com>
+
+       * doc/sourcebuild.texi, doc/install.texi, configure, aclocal.m4,
+       configure.ac, Makefile.in, config/t-darwin, config/m32c/t-m32c,
+       config/spu/t-spu-elf, config/i386/t-interix,
+       config/i386/t-cygming, config/i386/x-i386, config/i386/t-cygwin,
+       config/i386/x-darwin, config/i386/x-mingw32,
+       config/i386/t-netware, config/i386/x-cygwin, config/i386/t-nwld,
+       config/sh/t-sh, config/sh/t-symbian, config/x-linux,
+       config/t-sol2, config/x-hpux, config/x-darwin, config/ia64/t-ia64,
+       config/x-solaris, config/t-vxworks, config/m68k/t-uclinux,
+       config/rs6000/x-rs6000, config/rs6000/x-darwin64,
+       config/rs6000/x-darwin, config/rs6000/t-rs6000,
+       config/score/t-score-elf, config/arm/t-strongarm-pe,
+       config/arm/t-pe, config/arm/t-arm, config/arm/t-wince-pe,
+       config/v850/t-v850, config/v850/t-v850e, config/bfin/t-bfin-linux:
+       Revert automatic dependency patch.
+
 2008-03-27  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/35657