1164dc3bf8
Resolves: #1600431
11 lines
525 B
Diff
11 lines
525 B
Diff
--- binutils.orig/gold/target-reloc.h 2018-07-12 11:37:24.894494658 +0100
|
|
+++ binutils-2.30.90/gold/target-reloc.h 2018-07-12 15:38:50.049083904 +0100
|
|
@@ -136,6 +136,7 @@ class Default_comdat_behavior
|
|
if (Layout::is_debug_info_section(name))
|
|
return CB_PRETEND;
|
|
if (strcmp(name, ".eh_frame") == 0
|
|
+ || strcmp(name, ".gnu.build.attributes") == 0 // FIXME: We should really be checking the section type for ST_NOTE...
|
|
|| strcmp(name, ".gcc_except_table") == 0)
|
|
return CB_IGNORE;
|
|
return CB_ERROR;
|