Can now do a full static link of hello, world in C or C++
[deliverable/binutils-gdb.git] / gold / defstd.h
CommitLineData
ead1e424
ILT
1// defstd.h -- define standard symbols for gold -*- C++ -*-
2
3#ifndef GOLD_DEFSTD_H
4#define GOLD_DEFSTD_H
5
6#include "symtab.h"
7
8namespace gold
9{
10
11extern void
12define_standard_symbols(Symbol_table*, const Layout*, Target*);
13
14} // End namespace gold.
15
16#endif // !defined(GOLD_DEFSTD_H)
This page took 0.024615 seconds and 4 git commands to generate.