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

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