]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
authorSriraman Tallam <tmsriram@google.com>
Tue, 13 Oct 2009 00:39:31 +0000 (00:39 +0000)
committerSriraman Tallam <tmsriram@google.com>
Tue, 13 Oct 2009 00:39:31 +0000 (00:39 +0000)
includes to gc.h and icf.h.
* arm.cc: Include gc.h.
* gold.cc: Likewise.
* i386.cc: Likewise.
* powerpc.cc: Likewise.
* sparc.cc: Likewise.
* x86_64.cc: Likewise.
* gc.h: Include icf.h.

gold/ChangeLog
gold/arm.cc
gold/gc.h
gold/gold.cc
gold/i386.cc
gold/powerpc.cc
gold/sparc.cc
gold/symtab.h
gold/x86_64.cc

index 8f0b895bfd06ff8ab8f9ff03cd5085941c0a8963..c3c0dea4df78cf09aa2d53be0ebc66078877b3a7 100644 (file)
@@ -1,3 +1,15 @@
+2009-10-12  Sriraman Tallam  <tmsriram@google.com>
+
+       * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
+       includes to gc.h and icf.h.
+       * arm.cc: Include gc.h.
+       * gold.cc: Likewise.
+       * i386.cc: Likewise.
+       * powerpc.cc: Likewise.
+       * sparc.cc: Likewise.
+       * x86_64.cc: Likewise.
+       * gc.h: Include icf.h.
+
 2009-10-11  Ian Lance Taylor  <iant@google.com>
 
        * plugin.cc: Include "gold.h" before other header files.
index 7067de71831b1b302e01f5b6659ef71fdd944a18..dd5f67dca23cb624a353916e689938e434446d5e 100644 (file)
@@ -42,6 +42,7 @@
 #include "target-select.h"
 #include "tls.h"
 #include "defstd.h"
+#include "gc.h"
 
 namespace
 {
index ffb721c7fb868c8c1f29eb4fef96a4ce3d8bbb8e..8cc7767311decaf5d5668afd29bc32f36862eb66 100644 (file)
--- a/gold/gc.h
+++ b/gold/gc.h
@@ -28,6 +28,7 @@
 
 #include "elfcpp.h"
 #include "symtab.h"
+#include "icf.h"
 
 namespace gold
 {
index ac2f62c5d809fc606007d19dad6c2ec10295a490..01a518f8f7da93d32333fa5ab5de566b1b055d6a 100644 (file)
@@ -41,6 +41,7 @@
 #include "reloc.h"
 #include "defstd.h"
 #include "plugin.h"
+#include "gc.h"
 #include "icf.h"
 #include "incremental.h"
 
index c01b5f2233244c561b21518b542d4f1dc5800ece..18eb8493561f23272d329816cdf495a9e7dd966d 100644 (file)
@@ -38,6 +38,7 @@
 #include "target-select.h"
 #include "tls.h"
 #include "freebsd.h"
+#include "gc.h"
 
 namespace
 {
index 637cbbdf678802c44ca913d70c3b6d1ab81701c0..71f2ae468e535bfbdfd6ec4a45025aa0fb68d44d 100644 (file)
@@ -37,6 +37,7 @@
 #include "target-select.h"
 #include "tls.h"
 #include "errors.h"
+#include "gc.h"
 
 namespace
 {
index 3d31dd6e77519007cf7e5c38323b13c9aea7740d..eac983f8ef908406855db9771352ca31c00f24ff 100644 (file)
@@ -40,6 +40,7 @@
 #include "target-select.h"
 #include "tls.h"
 #include "errors.h"
+#include "gc.h"
 
 namespace
 {
index 148634ed8c0ff9679ffcb7a42f0e1bbda333b81f..d186cc17bb5f2e0be4f22701ca168be8467af97d 100644 (file)
 // Symbol_table
 //   The symbol table.
 
+#ifndef GOLD_SYMTAB_H
+#define GOLD_SYMTAB_H
+
 #include <string>
 #include <utility>
 #include <vector>
 
-#include "gc.h"
-#include "icf.h"
 #include "elfcpp.h"
 #include "parameters.h"
 #include "stringpool.h"
 #include "object.h"
 
-#ifndef GOLD_SYMTAB_H
-#define GOLD_SYMTAB_H
-
 namespace gold
 {
 
index 46e879df5f8d5813c338221995ec9ff00453118f..3562065611b56bb59bcb6b859854bba6807b448b 100644 (file)
@@ -38,6 +38,7 @@
 #include "target-select.h"
 #include "tls.h"
 #include "freebsd.h"
+#include "gc.h"
 
 namespace
 {