aboutsummaryrefslogtreecommitdiff
path: root/gold/dynobj.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-01-26 01:17:45 +0000
committerIan Lance Taylor <iant@google.com>2008-01-26 01:17:45 +0000
commit9b07f471e3360c9790f7ec83400e500e5f3098ca (patch)
treef2efce735a3f4314b493706a771566c5441f97be /gold/dynobj.h
parent8f0a6da7a9e9d4b8258af20cfb5db072ace0ba86 (diff)
downloadbinutils-9b07f471e3360c9790f7ec83400e500e5f3098ca.zip
binutils-9b07f471e3360c9790f7ec83400e500e5f3098ca.tar.gz
binutils-9b07f471e3360c9790f7ec83400e500e5f3098ca.tar.bz2
Don't pass around the target in order to define symbols; get it from
the parameters instead.
Diffstat (limited to 'gold/dynobj.h')
-rw-r--r--gold/dynobj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/dynobj.h b/gold/dynobj.h
index a8c418d..0b22362 100644
--- a/gold/dynobj.h
+++ b/gold/dynobj.h
@@ -474,7 +474,7 @@ class Versions
// for the next dynamic symbol. We add new dynamic symbols to SYMS
// and return an updated DYNSYM_INDEX.
unsigned int
- finalize(const Target*, Symbol_table* symtab, unsigned int dynsym_index,
+ finalize(Symbol_table* symtab, unsigned int dynsym_index,
std::vector<Symbol*>* syms);
// Return whether there are any version definitions.