OSDN Git Service

* explow.c (emit_stack_save): Remove 'after' parameter.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 9790d8b..3086fe0 100644 (file)
@@ -1,3 +1,20 @@
+2011-03-04  Richard Henderson  <rth@redhat.com>
+
+       * explow.c (emit_stack_save): Remove 'after' parameter.
+       (emit_stack_restore): Likewise.
+       * expr.h: Update to match.
+       * builtins.c, calls.c, stmt.c: Likewise.
+       * config/alpha/alpha.md, config/avr/avr.md: Likewise.
+       * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
+       * function.c (expand_function_end): Insert the emit_stack_save
+       sequence before parm_birth_insn instead of after.
+
+2011-03-03  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
+       (ssse3_pmaddubsw128): Ditto.
+       (ssse3_pmaddubsw): Ditto.
+
 2011-03-03  Steve Ellcey  <sje@cup.hp.com>
 
        * config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
@@ -28,8 +45,7 @@
        (s390_function_and_libcall_value): ... this.
        (s390_function_value): New function.
        (s390_libcall_value): New function.
-       (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target
-       hooks.
+       (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target hooks.
        * config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
        target macro definitions.
        * config/s390/s390-protos.h (s390_function_value): Remove prototype.