mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* 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:
parent
01c4733f39
commit
f345227a0c
@ -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.
|
||||
|
@ -42,6 +42,7 @@
|
||||
#include "target-select.h"
|
||||
#include "tls.h"
|
||||
#include "defstd.h"
|
||||
#include "gc.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
#include "elfcpp.h"
|
||||
#include "symtab.h"
|
||||
#include "icf.h"
|
||||
|
||||
namespace gold
|
||||
{
|
||||
|
@ -41,6 +41,7 @@
|
||||
#include "reloc.h"
|
||||
#include "defstd.h"
|
||||
#include "plugin.h"
|
||||
#include "gc.h"
|
||||
#include "icf.h"
|
||||
#include "incremental.h"
|
||||
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include "target-select.h"
|
||||
#include "tls.h"
|
||||
#include "freebsd.h"
|
||||
#include "gc.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include "target-select.h"
|
||||
#include "tls.h"
|
||||
#include "errors.h"
|
||||
#include "gc.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include "target-select.h"
|
||||
#include "tls.h"
|
||||
#include "errors.h"
|
||||
#include "gc.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include "target-select.h"
|
||||
#include "tls.h"
|
||||
#include "freebsd.h"
|
||||
#include "gc.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user