diff options
Diffstat (limited to 'gold/plugin.cc')
-rw-r--r-- | gold/plugin.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gold/plugin.cc b/gold/plugin.cc index 2a21b8f..7aee46f 100644 --- a/gold/plugin.cc +++ b/gold/plugin.cc @@ -684,6 +684,16 @@ Sized_pluginobj<size, big_endian>::do_section_flags(unsigned int) return 0; } +// Return section entsize. Not used for plugin objects. + +template<int size, bool big_endian> +uint64_t +Sized_pluginobj<size, big_endian>::do_section_entsize(unsigned int) +{ + gold_unreachable(); + return 0; +} + // Return section address. Not used for plugin objects. template<int size, bool big_endian> |