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

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