projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f8132f
)
* plugin.cc: Include "gold.h" before other header files.
author
Ian Lance Taylor
<ian@airs.com>
Mon, 12 Oct 2009 06:02:06 +0000
(06:02 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Mon, 12 Oct 2009 06:02:06 +0000
(06:02 +0000)
gold/ChangeLog
patch
|
blob
|
history
gold/plugin.cc
patch
|
blob
|
history
diff --git
a/gold/ChangeLog
b/gold/ChangeLog
index b39634dba8f2d49a633bf00ef7170eb862d28e40..8f0b895bfd06ff8ab8f9ff03cd5085941c0a8963 100644
(file)
--- a/
gold/ChangeLog
+++ b/
gold/ChangeLog
@@
-1,3
+1,7
@@
+2009-10-11 Ian Lance Taylor <iant@google.com>
+
+ * plugin.cc: Include "gold.h" before other header files.
+
2009-10-10 Chris Demetriou <cgd@google.com>
* options.h (Input_file_argument::Input_file_type): New enum.
diff --git
a/gold/plugin.cc
b/gold/plugin.cc
index 6170d740d9ec594fdf3037b9e60f4cb3389f0a9b..ed334ab8ee7227819fd7b16a351826d4cc4f08da 100644
(file)
--- a/
gold/plugin.cc
+++ b/
gold/plugin.cc
@@
-20,6
+20,8
@@
// Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
// MA 02110-1301, USA.
+#include "gold.h"
+
#include <cstdio>
#include <cstdarg>
#include <cstring>
@@
-30,7
+32,6
@@
#include <dlfcn.h>
#endif
-#include "gold.h"
#include "parameters.h"
#include "errors.h"
#include "fileread.h"