mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
11 lines
462 B
C
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
|