Can now do a full static link of hello, world in C or C++
[deliverable/binutils-gdb.git] / gold / defstd.h
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
8 namespace gold
9 {
10
11 extern void
12 define_standard_symbols(Symbol_table*, const Layout*, Target*);
13
14 } // End namespace gold.
15
16 #endif // !defined(GOLD_DEFSTD_H)
This page took 0.031761 seconds and 5 git commands to generate.