diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-23 05:05:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-23 05:05:48 +0000 |
commit | 35cdfc9a874553807400007ffa36cf2884ba40f6 (patch) | |
tree | 2cb1c5ca78a50b21d20e709d9d066fad27f1f6e5 /gold/dynobj.h | |
parent | 5cab6006497314f0d6785c5a5898be9f28713c72 (diff) | |
download | gdb-35cdfc9a874553807400007ffa36cf2884ba40f6.zip gdb-35cdfc9a874553807400007ffa36cf2884ba40f6.tar.gz gdb-35cdfc9a874553807400007ffa36cf2884ba40f6.tar.bz2 |
Add support for PT_GNU_STACK.
Diffstat (limited to 'gold/dynobj.h')
-rw-r--r-- | gold/dynobj.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gold/dynobj.h b/gold/dynobj.h index 78caaf9..a3d733d 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 |