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

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