summaryrefslogtreecommitdiff
path: root/gold/dynobj.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-10-23 05:05:48 +0000
committerIan Lance Taylor <iant@google.com>2007-10-23 05:05:48 +0000
commit943f35e2d3a61fa96012d2b306238f941847f838 (patch)
tree9ba5f5354e12413d5c14809fc9021083c0d5b685 /gold/dynobj.h
parenta954d6ce96504c572367fc9d2b2944905300d22a (diff)
downloadbinutils-redhat-943f35e2d3a61fa96012d2b306238f941847f838.tar.gz
Add support for PT_GNU_STACK.
Diffstat (limited to 'gold/dynobj.h')
-rw-r--r--gold/dynobj.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gold/dynobj.h b/gold/dynobj.h
index 78caaf9da3..a3d733d799 100644
--- a/gold/dynobj.h
+++ b/gold/dynobj.h
@@ -411,8 +411,7 @@ class Versions
// SYM is going into the dynamic symbol table and has a version.
// Record the appropriate version information.
void
- record_version(const General_options*, const Symbol_table* symtab,
- Stringpool*, const Symbol* sym);
+ record_version(const Symbol_table* symtab, Stringpool*, const Symbol* sym);
// Set the version indexes. DYNSYM_INDEX is the index we should use
// for the next dynamic symbol. We add new dynamic symbols to SYMS
@@ -466,8 +465,7 @@ class Versions
// Handle a symbol SYM defined with version VERSION.
void
- add_def(const General_options*, const Symbol* sym, const char* version,
- Stringpool::Key);
+ add_def(const Symbol* sym, const char* version, Stringpool::Key);
// Add a reference to version NAME in file FILENAME.
void