blob: 8bcca3739d43354e366050f55ccde467627ea0cb [file] [log] [blame]
Index: lto/gcc/config/i386/i386.c
===================================================================
--- 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. */
-static enum machine_mode
+enum machine_mode
type_natural_mode (const_tree type, CUMULATIVE_ARGS *cum)
{
enum machine_mode mode = TYPE_MODE (type);
@@ -5058,7 +5058,7 @@
See the x86-64 PS ABI for details.
*/
-static int
+int
classify_argument (enum machine_mode mode, const_tree type,
enum x86_64_reg_class classes[MAX_CLASSES], int bit_offset)
{
@@ -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. */
-static int
+int
examine_argument (enum machine_mode mode, const_tree type, int in_return,
int *int_nregs, int *sse_nregs)
{
@@ -6118,7 +6118,7 @@
/* Return true when TYPE should be 128bit aligned for 32bit argument passing
ABI. */
-static bool
+bool
contains_aligned_value_p (tree type)
{
enum machine_mode mode = TYPE_MODE (type);