aboutsummaryrefslogtreecommitdiff
path: root/gold/plugin.h
diff options
context:
space:
mode:
authorSriraman Tallam <tmsriram@google.com>2009-08-05 20:51:56 +0000
committerSriraman Tallam <tmsriram@google.com>2009-08-05 20:51:56 +0000
commitef15dade898122c47e0f7dc0f48c1399c444afdd (patch)
treecd0de8656f3097a835ddfdc5bf0c51f12aed23f3 /gold/plugin.h
parent9cc305ec2050ff3cda567d40cf87a2814d8d2ff3 (diff)
downloadfsf-binutils-gdb-ef15dade898122c47e0f7dc0f48c1399c444afdd.zip
fsf-binutils-gdb-ef15dade898122c47e0f7dc0f48c1399c444afdd.tar.gz
fsf-binutils-gdb-ef15dade898122c47e0f7dc0f48c1399c444afdd.tar.bz2
*** empty log message ***
Diffstat (limited to 'gold/plugin.h')
-rw-r--r--gold/plugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/plugin.h b/gold/plugin.h
index 672863d..6a98ac8 100644
--- a/gold/plugin.h
+++ b/gold/plugin.h
@@ -383,6 +383,10 @@ class Sized_pluginobj : public Pluginobj
uint64_t
do_section_flags(unsigned int shndx);
+ // Return section entsize.
+ uint64_t
+ do_section_entsize(unsigned int shndx);
+
// Return section address.
uint64_t
do_section_address(unsigned int shndx);