OSDN Git Service

* tree-vrp.c (vrp_int_const_binop): Do not handle MAX_EXPR
[pf3gnuchains/gcc-fork.git] / libffi / ChangeLog
index f6061d5..3b1afef 100644 (file)
@@ -1,4 +1,21 @@
-2005-05-03  Kelley Cook  <kcook@gcc.gnu.org>
+2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       PR libgcj/21943
+       * src/mips/n32.S: Enforce PIC code.
+       * src/mips/o32.S: Likewise.
+
+2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * configure.ac: Treat i*86-*-solaris2.10 and up as X86_64.
+       * configure: Regenerate.
+       
+2005-06-01  Alan Modra  <amodra@bigpond.net.au>
+
+       * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Don't use JUMPTARGET
+       to call ffi_closure_helper_SYSV.  Append @local instead.
+       * src/powerpc/sysv.S (ffi_call_SYSV): Likewise for ffi_prep_args_SYSV.
+
+2005-05-17  Kelley Cook  <kcook@gcc.gnu.org>
 
        * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
        Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.