summaryrefslogtreecommitdiff
path: root/gcc/config/openbsd.h
diff options
context:
space:
mode:
authorthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-26 04:54:50 +0000
committerthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-26 04:54:50 +0000
commit49f8be83999c651efce5f0ffb6327130c26b46e7 (patch)
tree75118ef3945d80826a1ae65b94b3d5de83fadb50 /gcc/config/openbsd.h
parent6d1490248d4835341badfc32a6fdc004fd9c70c5 (diff)
downloadgcc-49f8be83999c651efce5f0ffb6327130c26b46e7.tar.gz
* config/elfos.h (HANDLE_SYSV_PRAGMA): Define as 1.
* config/interix.h (HANDLE_SYSV_PRAGMA): Likewise. * config/linux-aout.h (HANDLE_SYSV_PRAGMA): Likewise. * config/lynx-ng.h (HANDLE_SYSV_PRAGMA): Likewise. * config/lynx.h (HANDLE_SYSV_PRAGMA): Likewise. * config/netbsd.h (HANDLE_SYSV_PRAGMA): Likewise. * config/openbsd.h (HANDLE_SYSV_PRAGMA: Likewise. * config/alpha/elf.h (HANDLE_SYSV_PRAGMA): Likewise. * config/arm/netbsd.h (HANDLE_SYSV_PRAGMA): Likewise. * config/cris/aout.h (HANDLE_SYSV_PRAGMA): Likewise. * config/d30v/d30v.h (HANDLE_SYSV_PRAGMA): Likewise. * config/frv/frv.h (HANDLE_SYSV_PRAGMA): Likewise. * config/i386/djgpp.h (HANDLE_SYSV_PRAGMA): Likewise. * config/i386/i386-interix.h (HANDLE_SYSV_PRAGMA): Likewise. * config/i386/vxi386.h (HANDLE_SYSV_PRAGMA): Likewise. * config/ia64/ia64.h (HANDLE_SYSV_PRAGMA): Likewise. * config/m88k/m88k.h (HANDLE_SYSV_PRAGMA): Likewise. * config/mmix/mmix.h (HANDLE_SYSV_PRAGMA): Likewise. * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Likewise. * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Likewise. * config/sparc/linux-aout.h (HANDLE_SYSV_PRAGMA): Likewise. * config/sparc/vxsparc64.h (HANDLE_SYSV_PRAGMA): Likewise. * config/stormy16/stormy16.h (HANDLE_SYSV_PRAGMA): Likewise. * config/alpha/osf.h (HANDLE_SYSV_PRAGMA): Don't undef before defining. * config/i386/sco5.h (HANDLE_SYSV_PRAGMA): Likewise. * config/mips/iris5.h (HANDLE_SYSV_PRAGMA): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59493 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/openbsd.h')
-rw-r--r--gcc/config/openbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/openbsd.h b/gcc/config/openbsd.h
index ee6b52cdec6..1c215ebbf2d 100644
--- a/gcc/config/openbsd.h
+++ b/gcc/config/openbsd.h
@@ -287,5 +287,5 @@ do { \
code layout needs HANDLE_PRAGMA_WEAK asserted for __attribute((weak)) to
work. On the other hand, we don't define HANDLE_PRAGMA_WEAK directly,
as this depends on a few other details as well... */
-#define HANDLE_SYSV_PRAGMA
+#define HANDLE_SYSV_PRAGMA 1