ports/devel/gdb/files/patch-gdb-gnulib-import-stddef.in.h
Tijl Coosemans fb2e215545 Update to 7.12.
PR:		214927
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2016-12-18 16:08:14 +00:00

11 lines
462 B
C

--- gdb/gnulib/import/stddef.in.h.orig 2016-10-07 23:33:10.529558000 -0700
+++ gdb/gnulib/import/stddef.in.h 2016-10-07 23:33:23.824676000 -0700
@@ -82,7 +82,7 @@
#endif
/* Some platforms lack max_align_t. */
-#if !@HAVE_MAX_ALIGN_T@
+#if 0
/* On the x86, the maximum storage alignment of double, long, etc. is 4,
but GCC's C11 ABI for x86 says that max_align_t has an alignment of 8,
and the C11 standard allows this. Work around this problem by