diff options
Diffstat (limited to 'gcc/config/openbsd.h')
-rw-r--r-- | gcc/config/openbsd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/openbsd.h b/gcc/config/openbsd.h index d15dff15f98..b1076a7b4d6 100644 --- a/gcc/config/openbsd.h +++ b/gcc/config/openbsd.h @@ -282,12 +282,6 @@ do { \ /* Storage layout. */ -/* bug work around: we don't want to support #pragma weak, but the current - 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 1 - /* Stack is explicitly denied execution rights on OpenBSD platforms. */ #define ENABLE_EXECUTE_STACK \ extern void __enable_execute_stack (void *); \ |