[llvm-commits] [dragonegg] r109368 - in /dragonegg/trunk: gcc-patches/i386_static.diff gcc_revision_tested_with

Duncan Sands baldrick at free.fr
Sun Jul 25 02:07:41 PDT 2010


Author: baldrick
Date: Sun Jul 25 04:07:41 2010
New Revision: 109368

URL: http://llvm.org/viewvc/llvm-project?rev=109368&view=rev
Log:
Move the buildbots to a more recent version of gcc-4.5.

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

Modified: dragonegg/trunk/gcc-patches/i386_static.diff
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/gcc-patches/i386_static.diff?rev=109368&r1=109367&r2=109368&view=diff
==============================================================================
--- dragonegg/trunk/gcc-patches/i386_static.diff (original)
+++ dragonegg/trunk/gcc-patches/i386_static.diff Sun Jul 25 04:07:41 2010
@@ -1,46 +1,45 @@
-Index: mainline/gcc/config/i386/i386.c
+Index: gcc-4.5/gcc/config/i386/i386.c
 ===================================================================
---- mainline.orig/gcc/config/i386/i386.c	2010-04-02 09:11:58.733574308 +0200
-+++ mainline/gcc/config/i386/i386.c	2010-04-02 09:29:11.276111437 +0200
-@@ -4992,7 +4992,8 @@
+--- gcc-4.5.orig/gcc/config/i386/i386.c	2010-07-23 18:20:40.000000000 +0200
++++ gcc-4.5/gcc/config/i386/i386.c	2010-07-23 18:22:33.436581657 +0200
+@@ -4991,7 +4991,8 @@
     case, we return the original mode and warn ABI change if CUM isn't
     NULL.  */
  
 -static enum machine_mode
-+extern enum machine_mode type_natural_mode (const_tree, CUMULATIVE_ARGS *);
++enum machine_mode type_natural_mode (const_tree, CUMULATIVE_ARGS *);
 +enum machine_mode
  type_natural_mode (const_tree type, CUMULATIVE_ARGS *cum)
  {
    enum machine_mode mode = TYPE_MODE (type);
-@@ -5123,7 +5124,9 @@
+@@ -5122,7 +5123,9 @@
     See the x86-64 PS ABI for details.
  */
  
 -static int
-+extern int classify_argument (enum machine_mode, const_tree,
-+                              enum x86_64_reg_class [MAX_CLASSES], int);
++int classify_argument (enum machine_mode, const_tree,
++                       enum x86_64_reg_class [MAX_CLASSES], int);
 +int
  classify_argument (enum machine_mode mode, const_tree type,
  		   enum x86_64_reg_class classes[MAX_CLASSES], int bit_offset)
  {
-@@ -5504,7 +5507,9 @@
+@@ -5503,7 +5506,8 @@
  
  /* Examine the argument and return set number of register required in each
     class.  Return 0 iff parameter should be passed in memory.  */
 -static int
-+extern int examine_argument (enum machine_mode, const_tree, int,
-+                             int *, int *);
++int examine_argument (enum machine_mode, const_tree, int, int *, int *);
 +int
  examine_argument (enum machine_mode mode, const_tree type, int in_return,
  		  int *int_nregs, int *sse_nregs)
  {
-@@ -6186,7 +6191,8 @@
+@@ -6184,7 +6188,8 @@
  
  /* Return true when TYPE should be 128bit aligned for 32bit argument passing
     ABI.  */
 -static bool
-+extern bool contains_aligned_value_p (tree);
++bool contains_aligned_value_p (const_tree);
 +bool
- contains_aligned_value_p (tree type)
+ contains_aligned_value_p (const_tree type)
  {
    enum machine_mode mode = TYPE_MODE (type);

Modified: dragonegg/trunk/gcc_revision_tested_with
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/gcc_revision_tested_with?rev=109368&r1=109367&r2=109368&view=diff
==============================================================================
--- dragonegg/trunk/gcc_revision_tested_with (original)
+++ dragonegg/trunk/gcc_revision_tested_with Sun Jul 25 04:07:41 2010
@@ -1 +1 @@
-159211
+162458





More information about the llvm-commits mailing list