[llvm-commits] [dragonegg] r90761 - /dragonegg/trunk/gcc-patches/i386_static.diff
Duncan Sands
baldrick at free.fr
Mon Dec 7 02:39:55 PST 2009
Author: baldrick
Date: Mon Dec 7 04:39:55 2009
New Revision: 90761
URL: http://llvm.org/viewvc/llvm-project?rev=90761&view=rev
Log:
Refreshed this 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=90761&r1=90760&r2=90761&view=diff
==============================================================================
--- dragonegg/trunk/gcc-patches/i386_static.diff (original)
+++ dragonegg/trunk/gcc-patches/i386_static.diff Mon Dec 7 04:39:55 2009
@@ -1,8 +1,8 @@
Index: mainline/gcc/config/i386/i386.c
===================================================================
---- mainline.orig/gcc/config/i386/i386.c 2009-11-02 17:21:03.257325701 +0100
-+++ mainline/gcc/config/i386/i386.c 2009-11-03 13:26:05.384538824 +0100
-@@ -4943,7 +4943,8 @@
+--- 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
+@@ -4988,7 +4988,8 @@
case, we return the original mode and warn ABI change if CUM isn't
NULL. */
@@ -12,7 +12,7 @@
type_natural_mode (const_tree type, CUMULATIVE_ARGS *cum)
{
enum machine_mode mode = TYPE_MODE (type);
-@@ -5074,7 +5075,9 @@
+@@ -5119,7 +5120,9 @@
See the x86-64 PS ABI for details.
*/
@@ -23,7 +23,7 @@
classify_argument (enum machine_mode mode, const_tree type,
enum x86_64_reg_class classes[MAX_CLASSES], int bit_offset)
{
-@@ -5454,7 +5457,9 @@
+@@ -5499,7 +5502,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)
{
-@@ -6134,7 +6139,8 @@
+@@ -6179,7 +6184,8 @@
/* Return true when TYPE should be 128bit aligned for 32bit argument passing
ABI. */
More information about the llvm-commits
mailing list