2010-09-28 Sriraman Tallam <tmsriram@google.com>
[deliverable/binutils-gdb.git] / gold / x86_64.cc
index 1396fb39283eaf3f47930dc149851fc8df38efa5..4853603fdb96e414789c9e2937e71eb0ae0a3381 100644 (file)
@@ -189,6 +189,10 @@ class Target_x86_64 : public Target_freebsd<64, false>
   can_check_for_function_pointers() const
   { return !parameters->options().pie(); }
 
+  virtual bool
+  can_icf_inline_merge_sections () const
+  { return true; }
+
   // Hook for a new output section.
   void
   do_new_output_section(Output_section*) const;
This page took 0.023057 seconds and 4 git commands to generate.