diff options
author | Ian Lance Taylor <iant@google.com> | 2008-03-16 23:51:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2008-03-16 23:51:19 +0000 |
commit | d1f003c610e39314803fa3fd4f311230729d3616 (patch) | |
tree | 221e357d029f9eb1bbd14c02ffbdf37cf5d2d8e0 /gold/object.h | |
parent | da6b876ee6e7599e1fd07514b77f1c4a6ae7dca6 (diff) | |
download | gdb-d1f003c610e39314803fa3fd4f311230729d3616.zip gdb-d1f003c610e39314803fa3fd4f311230729d3616.tar.gz gdb-d1f003c610e39314803fa3fd4f311230729d3616.tar.bz2 |
Fix handling of RELA relative relocs against local symbols in merge
sections.
Diffstat (limited to 'gold/object.h')
-rw-r--r-- | gold/object.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gold/object.h b/gold/object.h index 1f9b753..3a74685 100644 --- a/gold/object.h +++ b/gold/object.h @@ -1056,10 +1056,7 @@ class Sized_relobj : public Relobj sized_target() { return this->Object::sized_target<size, big_endian>(); } - // Return the value of the local symbol symndx. - Address - local_symbol_value(unsigned int symndx) const; - + // Record that local symbol SYM needs a dynamic symbol entry. void set_needs_output_dynsym_entry(unsigned int sym) { |