Remove the exec_bfd macro
[deliverable/binutils-gdb.git] / gold / target-reloc.h
index e9e3e5b0027107daa7eccebd72049f78b8aec706..748886e0ffdb85b8cfba82ced68a3ec053a37b93 100644 (file)
@@ -136,6 +136,7 @@ class Default_comdat_behavior
     if (Layout::is_debug_info_section(name))
       return CB_PRETEND;
     if (strcmp(name, ".eh_frame") == 0
+       || is_prefix_of (".gnu.build.attributes", name)
        || strcmp(name, ".gcc_except_table") == 0)
       return CB_IGNORE;
     return CB_ERROR;
This page took 0.024365 seconds and 4 git commands to generate.