[llvm-commits] [gcc-plugin] r80582 - /gcc-plugin/trunk/gcc-patches/i386_static.diff

Duncan Sands baldrick at free.fr
Mon Aug 31 01:59:33 PDT 2009


Author: baldrick
Date: Mon Aug 31 03:59:33 2009
New Revision: 80582

URL: http://llvm.org/viewvc/llvm-project?rev=80582&view=rev
Log:
Refresh.

Modified:
    gcc-plugin/trunk/gcc-patches/i386_static.diff

Modified: gcc-plugin/trunk/gcc-patches/i386_static.diff
URL: http://llvm.org/viewvc/llvm-project/gcc-plugin/trunk/gcc-patches/i386_static.diff?rev=80582&r1=80581&r2=80582&view=diff

==============================================================================
--- gcc-plugin/trunk/gcc-patches/i386_static.diff (original)
+++ gcc-plugin/trunk/gcc-patches/i386_static.diff Mon Aug 31 03:59:33 2009
@@ -1,8 +1,8 @@
-Index: gcc.fsf.master/gcc/config/i386/i386.c
+Index: lto/gcc/config/i386/i386.c
 ===================================================================
---- gcc.fsf.master.orig/gcc/config/i386/i386.c	2009-07-22 17:44:01.303541063 +0200
-+++ gcc.fsf.master/gcc/config/i386/i386.c	2009-07-22 17:49:05.282542208 +0200
-@@ -4954,7 +4954,7 @@
+--- lto.orig/gcc/config/i386/i386.c	2009-08-31 10:47:18.103197067 +0200
++++ lto/gcc/config/i386/i386.c	2009-08-31 10:49:23.167200047 +0200
+@@ -4927,7 +4927,7 @@
     case, we return the original mode and warn ABI change if CUM isn't
     NULL.  */
  
@@ -11,7 +11,7 @@
  type_natural_mode (const_tree type, CUMULATIVE_ARGS *cum)
  {
    enum machine_mode mode = TYPE_MODE (type);
-@@ -5085,7 +5085,7 @@
+@@ -5058,7 +5058,7 @@
     See the x86-64 PS ABI for details.
  */
  
@@ -20,7 +20,7 @@
  classify_argument (enum machine_mode mode, const_tree type,
  		   enum x86_64_reg_class classes[MAX_CLASSES], int bit_offset)
  {
-@@ -5465,7 +5465,7 @@
+@@ -5438,7 +5438,7 @@
  
  /* Examine the argument and return set number of register required in each
     class.  Return 0 iff parameter should be passed in memory.  */
@@ -29,7 +29,7 @@
  examine_argument (enum machine_mode mode, const_tree type, int in_return,
  		  int *int_nregs, int *sse_nregs)
  {
-@@ -6145,7 +6145,7 @@
+@@ -6118,7 +6118,7 @@
  
  /* Return true when TYPE should be 128bit aligned for 32bit argument passing
     ABI.  */





More information about the llvm-commits mailing list