summaryrefslogtreecommitdiffstats
path: root/binutils-2.19/gold/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.19/gold/target.h')
-rw-r--r--binutils-2.19/gold/target.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils-2.19/gold/target.h b/binutils-2.19/gold/target.h
index 563a365..48b11b2 100644
--- a/binutils-2.19/gold/target.h
+++ b/binutils-2.19/gold/target.h
@@ -71,6 +71,13 @@ class Target
can_check_for_function_pointers() const
{ return false; }
+ // This function is used in ICF (icf.cc). This is set to true by
+ // the target if a relocation to a merged section can be processed
+ // to retrieve the contents of the merged section.
+ virtual bool
+ can_icf_inline_merge_sections () const
+ { return false; }
+
// Whether a section called SECTION_NAME may have function pointers to
// sections not eligible for safe ICF folding.
virtual bool