aboutsummaryrefslogtreecommitdiff
path: root/gold/dynobj.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-02-07 01:51:25 +0000
committerIan Lance Taylor <iant@google.com>2008-02-07 01:51:25 +0000
commit88dd47ac00ee5a932bca9abbd2245c429dfd8f5b (patch)
tree494b3493adc0f1449c5a33f48002692a9e74ab17 /gold/dynobj.h
parent2e444beaa07a2428b6409225840ce12d437d7805 (diff)
downloadfsf-binutils-gdb-88dd47ac00ee5a932bca9abbd2245c429dfd8f5b.zip
fsf-binutils-gdb-88dd47ac00ee5a932bca9abbd2245c429dfd8f5b.tar.gz
fsf-binutils-gdb-88dd47ac00ee5a932bca9abbd2245c429dfd8f5b.tar.bz2
Implement --just-symbols, including -R FILE. Fix symbol values when
doing a relocatable link.
Diffstat (limited to 'gold/dynobj.h')
-rw-r--r--gold/dynobj.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/dynobj.h b/gold/dynobj.h
index 67b0f51..d61df16 100644
--- a/gold/dynobj.h
+++ b/gold/dynobj.h
@@ -197,6 +197,11 @@ class Sized_dynobj : public Dynobj
do_section_flags(unsigned int shndx)
{ return this->elf_file_.section_flags(shndx); }
+ // Return section address.
+ uint64_t
+ do_section_address(unsigned int shndx)
+ { return this->elf_file_.section_addr(shndx); }
+
// Return section type.
unsigned int
do_section_type(unsigned int shndx)