summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2011-03-14 21:47:34 +0000
committerdrahn <drahn@openbsd.org>2011-03-14 21:47:34 +0000
commitd0a224f5663338fc98f57ee85710546560239c66 (patch)
treedc719e6284ac71d0ca41679b725a4ab988b9fe6d
parentremove unused SILLY game of life. (diff)
downloadwireguard-openbsd-d0a224f5663338fc98f57ee85710546560239c66.tar.xz
wireguard-openbsd-d0a224f5663338fc98f57ee85710546560239c66.zip
Fix compiler warning from recent HANDLE_PRAGMA_PACK_PUSH_POP addition.
(Fix both ppc compilers in tree, was previously committed to wrong one). OK deraadt@ discusssed with millert@ otto@ and kettenis@
-rw-r--r--gnu/gcc/gcc/config/rs6000/sysv4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/gcc/gcc/config/rs6000/sysv4.h b/gnu/gcc/gcc/config/rs6000/sysv4.h
index 8ad563698f0..1fb87b4532a 100644
--- a/gnu/gcc/gcc/config/rs6000/sysv4.h
+++ b/gnu/gcc/gcc/config/rs6000/sysv4.h
@@ -1127,7 +1127,7 @@ ncrtn.o%s"
be stacked, so that invocations of #pragma pack(pop)' will return
to the previous value. */
-#define HANDLE_PRAGMA_PACK_PUSH_POP 1
+#define HANDLE_PRAGMA_PACK_PUSH_POP
/* Select a format to encode pointers in exception handling data. CODE
is 0 for data, 1 for code labels, 2 for function pointers. GLOBAL is