forked from Imagelibrary/binutils-gdb
* 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:
@@ -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
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user