From 8d46dca505984cdbc1e15685c5edc54885b2b76f Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 6 May 1993 05:47:50 +0000 Subject: [PATCH] (HANDLE_SYSV_PRAGMA): Defined. From-SVN: r4350 --- gcc/config/i386/linux.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 359a9f3..5018bfc 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -101,12 +101,18 @@ #undef ASM_APP_OFF #define ASM_APP_OFF "#NO_APP\n" +/* Don't default to pcc-struct-return, because gcc is the only compiler, and + we want to retain compatibility with older gcc versions. */ +#define DEFAULT_PCC_STRUCT_RETURN 0 + +/* We need that too. */ +#define HANDLE_SYSV_PRAGMA + #undef LINK_SPEC -/* Don't default to pcc-struct-return, because gcc is the only compiler, and +/* We want to pass -v to linker */ #if TARGET_CPU_DEFAULT == 2 #define LINK_SPEC "%{v:-dll-verbose} %{!m386:-m486}" #else #define LINK_SPEC "%{v:-dll-verbose} %{m486:-m486}" #endif -#define DEFAULT_PCC_STRUCT_RETURN 0 -- 2.7.4