diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-23 19:41:54 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-23 19:41:54 +0000 |
commit | bd2373957624c5ab3e26fb4fb2fef9eccc1f4dff (patch) | |
tree | 076474be6560244c3eca6726baa5c3d1da363357 /gcc/config/m68k/next.h | |
parent | 21a3850d8c87bcbeba469438b4b2405588403ace (diff) | |
download | gcc-bd2373957624c5ab3e26fb4fb2fef9eccc1f4dff.tar.gz |
(DEFAULT_PCC_STRUCT_RETURN): Define to 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3858 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/next.h')
-rw-r--r-- | gcc/config/m68k/next.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/m68k/next.h b/gcc/config/m68k/next.h index 792e81d5e19..60e9ad2813a 100644 --- a/gcc/config/m68k/next.h +++ b/gcc/config/m68k/next.h @@ -457,3 +457,7 @@ SECTION_FUNCTION (objc_module_info_section, \ For NeXT's Mach-O format, this is 2^15. */ #define MAX_OFILE_ALIGNMENT 0x8000 + +/* 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 |