Commit c7afdc98 by Uros Bizjak Committed by Uros Bizjak

i386.c (DEFAULT_PCC_STRUCT_RETURN): Remove.

	* config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Remove.

From-SVN: r194967
parent 6838c137
2013-01-07 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Remove.
2013-01-06 Richard Sandiford <rdsandiford@googlemail.com> 2013-01-06 Richard Sandiford <rdsandiford@googlemail.com>
* file-find.c, file-find.h, realmpfr.c: Add FSF as copyright holder. * file-find.c, file-find.h, realmpfr.c: Add FSF as copyright holder.
......
...@@ -2397,12 +2397,6 @@ static enum calling_abi ix86_function_abi (const_tree); ...@@ -2397,12 +2397,6 @@ static enum calling_abi ix86_function_abi (const_tree);
#define SUBTARGET32_DEFAULT_CPU "i386" #define SUBTARGET32_DEFAULT_CPU "i386"
#endif #endif
/* The svr4 ABI for the i386 says that records and unions are returned
in memory. */
#ifndef DEFAULT_PCC_STRUCT_RETURN
#define DEFAULT_PCC_STRUCT_RETURN 1
#endif
/* Whether -mtune= or -march= were specified */ /* Whether -mtune= or -march= were specified */
static int ix86_tune_defaulted; static int ix86_tune_defaulted;
static int ix86_arch_specified; static int ix86_arch_specified;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment