From: Mumit Khan Date: Fri, 14 Aug 1998 00:46:15 +0000 (+0000) Subject: cygwin32 (DEFAULT_PCC_STRUCT_RETURN): Define. X-Git-Tag: prereleases/egcs-1.1-prerelease~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be31dbfab9e8aae1a824df657684b4bf9962c1ae;p=thirdparty%2Fgcc.git cygwin32 (DEFAULT_PCC_STRUCT_RETURN): Define. � * i386/cygwin32 (DEFAULT_PCC_STRUCT_RETURN): Define. From-SVN: r21721 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9a447109cc3f..cc61b6bec6f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Aug 14 01:45:06 1998 Mumit Khan + + * i386/cygwin32 (DEFAULT_PCC_STRUCT_RETURN): Define. + Fri Aug 14 01:40:21 1998 Geoffrey Keating * rs6000/linux.h (LINK_SPEC): Pass -G args to the linker. diff --git a/gcc/config/i386/cygwin32.h b/gcc/config/i386/cygwin32.h index db48063a7bbf..6e16c00abb0c 100644 --- a/gcc/config/i386/cygwin32.h +++ b/gcc/config/i386/cygwin32.h @@ -417,3 +417,8 @@ do { \ extern void i386_pe_record_external_function PROTO((char *)); extern void i386_pe_declare_function_type STDIO_PROTO((FILE *, char *, int)); extern void i386_pe_asm_file_end STDIO_PROTO((FILE *)); + +/* For Win32 ABI compatibility */ +#undef DEFAULT_PCC_STRUCT_RETURN +#define DEFAULT_PCC_STRUCT_RETURN 0 +