]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cygwin32 (DEFAULT_PCC_STRUCT_RETURN): Define.
authorMumit Khan <khan@xraylith.wisc.edu>
Fri, 14 Aug 1998 00:46:15 +0000 (00:46 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 14 Aug 1998 00:46:15 +0000 (18:46 -0600)

        * i386/cygwin32 (DEFAULT_PCC_STRUCT_RETURN): Define.

From-SVN: r21721

gcc/ChangeLog
gcc/config/i386/cygwin32.h

index 9a447109cc3f5736dff789ed52e491edae757aaa..cc61b6bec6f88a9f96b698d1f4f1be7e68089908 100644 (file)
@@ -1,3 +1,7 @@
+Fri Aug 14 01:45:06 1998  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * i386/cygwin32 (DEFAULT_PCC_STRUCT_RETURN): Define.
+
 Fri Aug 14 01:40:21 1998  Geoffrey Keating  <geoffk@ozemail.com.au>
 
        * rs6000/linux.h (LINK_SPEC): Pass -G args to the linker.
index db48063a7bbfa6375ebe56564474e647ac4379ab..6e16c00abb0ced46e294a8bb94138a2c60539ed6 100644 (file)
@@ -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
+