Blame SOURCES/binutils-readelf-no-warn-gaps.patch

2e9b04
--- binutils.orig/binutils/readelf.c	2021-02-22 10:44:20.142262864 +0000
2e9b04
+++ binutils-2.35.1/binutils/readelf.c	2021-02-22 10:45:25.646842120 +0000
2e9b04
@@ -19285,6 +19285,7 @@ print_gnu_build_attribute_description (E
2e9b04
 
2e9b04
   if (is_open_attr)
2e9b04
     {
2e9b04
+#if 0 /* Suppressed because these gaps are no longer significant.  */
2e9b04
       /* FIXME: Need to properly allow for section alignment.
2e9b04
 	 16 is just the alignment used on x86_64.  */
2e9b04
       if (global_end > 0
2e9b04
@@ -19295,7 +19296,7 @@ print_gnu_build_attribute_description (E
2e9b04
 	  && same_section (filedata, start, global_end))
2e9b04
 	warn (_("Gap in build notes detected from %#lx to %#lx\n"),
2e9b04
 	      global_end + 1, start - 1);
2e9b04
-
2e9b04
+#endif
2e9b04
       printf (_("    Applies to region from %#lx"), start);
2e9b04
       global_offset = start;
2e9b04