summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>1998-05-06 14:25:36 +0000
committerConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>1998-05-06 14:25:36 +0000
commit2ce5aa20627a3b429c26b07162e05ad098bd58cd (patch)
tree9c8301c1b0e959977b9bab1589987614f0384f53
parent8781d5b9fe128041475da0bdbc01ad43d8a8ee00 (diff)
Added support for #pragma pack and #pragma weak. This makes Wine much
happier.
-rw-r--r--gnu/usr.bin/gcc/config/openbsd.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/openbsd.h b/gnu/usr.bin/gcc/config/openbsd.h
index 310cd56213a..b59d09cf830 100644
--- a/gnu/usr.bin/gcc/config/openbsd.h
+++ b/gnu/usr.bin/gcc/config/openbsd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: openbsd.h,v 1.8 1998/03/18 04:51:23 marc Exp $ */
+/* $OpenBSD: openbsd.h,v 1.9 1998/05/06 14:25:35 csapuntz Exp $ */
/* OPENBSD_NATIVE is defined when gcc is integrated into the OpenBSD
source tree so it can be configured appropriately when using the
@@ -74,6 +74,10 @@
/* Implicit library calls should use memcpy, not bcopy, etc. */
#define TARGET_MEM_FUNCTIONS
+
+/* Handle #pragma weak and #pragma pack. */
+
+#define HANDLE_SYSV_PRAGMA
/*
* Some imports from svr4.h in support of shared libraries.