Store objfiles on a std::list
[deliverable/binutils-gdb.git] / gold / gc.h
index 8dd0fc5dfd341bee8d49e5d6ea7dd42128b23e39..5f60934487ff044252ae79df0fccbcb9b2989fef 100644 (file)
--- a/gold/gc.h
+++ b/gold/gc.h
@@ -200,7 +200,8 @@ gc_process_relocs(
   bool check_section_for_function_pointers = false;
 
   if (parameters->options().icf_enabled()
-      && is_section_foldable_candidate(src_section_name.c_str()))
+      && (is_section_foldable_candidate(src_section_name)
+          || is_prefix_of(".eh_frame", src_section_name.c_str())))
     {
       is_icf_tracked = true;
       Section_id src_id(src_obj, src_indx);
This page took 0.024057 seconds and 4 git commands to generate.