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