diff options
author | Sriraman Tallam <tmsriram@google.com> | 2009-08-05 20:51:56 +0000 |
---|---|---|
committer | Sriraman Tallam <tmsriram@google.com> | 2009-08-05 20:51:56 +0000 |
commit | ef15dade898122c47e0f7dc0f48c1399c444afdd (patch) | |
tree | cd0de8656f3097a835ddfdc5bf0c51f12aed23f3 /gold/plugin.h | |
parent | 9cc305ec2050ff3cda567d40cf87a2814d8d2ff3 (diff) | |
download | binutils-gdb-ef15dade898122c47e0f7dc0f48c1399c444afdd.tar.gz |
*** empty log message ***
Diffstat (limited to 'gold/plugin.h')
-rw-r--r-- | gold/plugin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/plugin.h b/gold/plugin.h index 672863d514c..6a98ac8d8bc 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); |