This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: PATCH: Support VER_FLG_INFO in readelf


Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> writes:

> It does, though gold/incremental.cc fails to compile on
> sparc-sun-solaris2.10:

Fixed like so.

How does gold do on its testsuite on Solaris?

Ian


2010-03-05  Ian Lance Taylor  <iant@google.com>

	* incremental.cc: Include "libiberty.h".


Index: incremental.cc
===================================================================
RCS file: /cvs/src/src/gold/incremental.cc,v
retrieving revision 1.17
diff -p -u -r1.17 incremental.cc
--- incremental.cc	4 Dec 2009 18:18:18 -0000	1.17
+++ incremental.cc	5 Mar 2010 22:04:17 -0000
@@ -23,6 +23,7 @@
 #include "gold.h"
 
 #include <cstdarg>
+#include "libiberty.h"
 
 #include "elfcpp.h"
 #include "output.h"

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