diff options
author | Ian Lance Taylor <iant@google.com> | 2008-01-26 01:17:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2008-01-26 01:17:45 +0000 |
commit | 9b07f471e3360c9790f7ec83400e500e5f3098ca (patch) | |
tree | f2efce735a3f4314b493706a771566c5441f97be /gold/defstd.h | |
parent | *** empty log message *** (diff) | |
download | binutils-gdb-9b07f471e3360c9790f7ec83400e500e5f3098ca.tar.gz binutils-gdb-9b07f471e3360c9790f7ec83400e500e5f3098ca.tar.bz2 binutils-gdb-9b07f471e3360c9790f7ec83400e500e5f3098ca.zip |
Don't pass around the target in order to define symbols; get it from
the parameters instead.
Diffstat (limited to 'gold/defstd.h')
-rw-r--r-- | gold/defstd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/defstd.h b/gold/defstd.h index d012afef7d5..daa2e92cd28 100644 --- a/gold/defstd.h +++ b/gold/defstd.h @@ -29,7 +29,7 @@ namespace gold { extern void -define_standard_symbols(Symbol_table*, const Layout*, Target*); +define_standard_symbols(Symbol_table*, const Layout*); } // End namespace gold. |