[llvm-commits] [dragonegg] r96673 - /dragonegg/trunk/gcc-patches/i386_static.diff

Duncan Sands baldrick at free.fr
Fri Feb 19 06:14:39 PST 2010


Author: baldrick
Date: Fri Feb 19 08:14:38 2010
New Revision: 96673

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

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

Modified: dragonegg/trunk/gcc-patches/i386_static.diff
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/gcc-patches/i386_static.diff?rev=96673&r1=96672&r2=96673&view=diff

==============================================================================
--- dragonegg/trunk/gcc-patches/i386_static.diff (original)
+++ dragonegg/trunk/gcc-patches/i386_static.diff Fri Feb 19 08:14:38 2010
@@ -1,7 +1,7 @@
 Index: mainline/gcc/config/i386/i386.c
 ===================================================================
---- mainline.orig/gcc/config/i386/i386.c	2009-12-05 13:39:54.356912538 +0100
-+++ mainline/gcc/config/i386/i386.c	2009-12-05 13:44:12.786890585 +0100
+--- mainline.orig/gcc/config/i386/i386.c	2010-02-19 15:06:17.872956905 +0100
++++ mainline/gcc/config/i386/i386.c	2010-02-19 15:13:17.162961421 +0100
 @@ -4988,7 +4988,8 @@
     case, we return the original mode and warn ABI change if CUM isn't
     NULL.  */
@@ -23,7 +23,7 @@
  classify_argument (enum machine_mode mode, const_tree type,
  		   enum x86_64_reg_class classes[MAX_CLASSES], int bit_offset)
  {
-@@ -5499,7 +5502,9 @@
+@@ -5500,7 +5503,9 @@
  
  /* Examine the argument and return set number of register required in each
     class.  Return 0 iff parameter should be passed in memory.  */
@@ -34,7 +34,7 @@
  examine_argument (enum machine_mode mode, const_tree type, int in_return,
  		  int *int_nregs, int *sse_nregs)
  {
-@@ -6179,7 +6184,8 @@
+@@ -6182,7 +6187,8 @@
  
  /* Return true when TYPE should be 128bit aligned for 32bit argument passing
     ABI.  */





More information about the llvm-commits mailing list