Blame SOURCES/binutils-disable-readelf-gap-reports.patch

869a11
--- binutils.orig/binutils/readelf.c	2018-09-05 14:08:22.733186922 +0100
869a11
+++ binutils-2.30/binutils/readelf.c	2018-09-05 15:35:38.009749485 +0100
869a11
@@ -17634,11 +17634,12 @@ print_gnu_build_attribute_description (E
869a11
 
869a11
   if (is_open_attr)
869a11
     {
869a11
+#if 0
869a11
       /* FIXME: Need to properly allow for section alignment.  16 is just the alignment used on x86_64.  */
869a11
       if (global_end > 0 && start > BFD_ALIGN (global_end, 16))
869a11
 	warn (_("Gap in build notes detected from %#lx to %#lx\n"),
869a11
 	      global_end + 1, start - 1);
869a11
-
869a11
+#endif
869a11
       printf (_("    Applies to region from %#lx"), start);
869a11
       global_offset = start;
869a11