* 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.
This commit is contained in:
Sriraman Tallam 2009-10-13 00:39:31 +00:00
parent 01c4733f39
commit f345227a0c
9 changed files with 22 additions and 5 deletions

View 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.

View File

@ -42,6 +42,7 @@
#include "target-select.h"
#include "tls.h"
#include "defstd.h"
#include "gc.h"
namespace
{

View File

@ -28,6 +28,7 @@
#include "elfcpp.h"
#include "symtab.h"
#include "icf.h"
namespace gold
{

View File

@ -41,6 +41,7 @@
#include "reloc.h"
#include "defstd.h"
#include "plugin.h"
#include "gc.h"
#include "icf.h"
#include "incremental.h"

View File

@ -38,6 +38,7 @@
#include "target-select.h"
#include "tls.h"
#include "freebsd.h"
#include "gc.h"
namespace
{

View File

@ -37,6 +37,7 @@
#include "target-select.h"
#include "tls.h"
#include "errors.h"
#include "gc.h"
namespace
{

View File

@ -40,6 +40,7 @@
#include "target-select.h"
#include "tls.h"
#include "errors.h"
#include "gc.h"
namespace
{

View File

@ -23,20 +23,18 @@
// 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
{

View File

@ -38,6 +38,7 @@
#include "target-select.h"
#include "tls.h"
#include "freebsd.h"
#include "gc.h"
namespace
{