diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-01-08 16:30:06 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-01-08 16:30:06 +0000 |
commit | d64edcbb75ac9f10c2e98520a4b3652e019cd381 (patch) | |
tree | f35d16aa2ffd255dbdc2361e830fe4e21ba4d5e1 /gnu | |
parent | f4c8218bc955e3d37168446665deea52d17f5bdd (diff) |
We don't need, nor support
#pragma weak/#pragma pack
That's just compatibility with native svr4 that was brought in by
cut & paste.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/config/openbsd.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/gcc/config/openbsd.h b/gnu/usr.bin/gcc/config/openbsd.h index 83db635514f..4d54f607c06 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.11 1998/12/21 13:18:26 espie Exp $ */ +/* $OpenBSD: openbsd.h,v 1.12 1999/01/08 16:30:05 espie Exp $ */ /* OPENBSD_NATIVE is defined when gcc is integrated into the OpenBSD source tree so it can be configured appropriately when using the @@ -78,9 +78,6 @@ #define TARGET_MEM_FUNCTIONS -/* Handle #pragma weak and #pragma pack. */ - -#define HANDLE_SYSV_PRAGMA /* * Some imports from svr4.h in support of shared libraries. |