aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMumit Khan <khan@xraylith.wisc.edu>1998-08-13 18:46:47 -0600
committerJeff Law <law@gcc.gnu.org>1998-08-13 18:46:47 -0600
commita2cd38a9f83408401e59231579cc6bc73ae4b902 (patch)
treed26bb62e6846182468eca10c4668d571234eef53 /gcc
parent073d81b606670168631103db2b51cef712763222 (diff)
downloadgcc-a2cd38a9f83408401e59231579cc6bc73ae4b902.zip
gcc-a2cd38a9f83408401e59231579cc6bc73ae4b902.tar.gz
gcc-a2cd38a9f83408401e59231579cc6bc73ae4b902.tar.bz2
*** empty log message ***
From-SVN: r21723
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/cygwin32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/i386/cygwin32.h b/gcc/config/i386/cygwin32.h
index 66b0f74..cc5ff45 100644
--- a/gcc/config/i386/cygwin32.h
+++ b/gcc/config/i386/cygwin32.h
@@ -432,3 +432,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
+