This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ra-build failure on solaris 2.6


Andreas Tobler wrote:

Undefined                       first referenced
 symbol                             in file
MEMORY_MOVE_COST                    libbackend.a(ra-build.o)
Is this sufficent for sparc solaris-2.6??

--- ra-build.c.orig     Tue Jul 16 10:43:36 2002
+++ ra-build.c  Tue Jul 16 10:35:55 2002
@@ -32,6 +32,7 @@
 #include "output.h"
 #include "ggc.h"
 #include "ra.h"
+#include "reload.h"

> Undefined                       first referenced
>  symbol                             in file
> MEMORY_MOVE_COST                    libbackend.a(ra-rewrite.o)

--- ra-rewrite.c.orig   Tue Jul 16 10:50:38 2002
+++ ra-rewrite.c        Tue Jul 16 11:01:32 2002
@@ -22,6 +22,7 @@
 #include "system.h"
 #include "rtl.h"
 #include "tm_p.h"
+#include "insn-config.h"
 #include "function.h"
 #include "regs.h"
 #include "hard-reg-set.h"
@@ -31,6 +32,7 @@
 #include "output.h"
 #include "except.h"
 #include "ra.h"
+#include "reload.h"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]