diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2013-01-07 12:17:00 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2013-01-07 12:17:00 +0100 |
commit | c7afdc98c595d19fff6243c341b2808000b097f2 (patch) | |
tree | ceb15cadc57fb31f7761d7a5130591f8fcd454d3 | |
parent | 6838c1371dea868b5f2ff44d279d3620bfbb6d9a (diff) | |
download | gcc-c7afdc98c595d19fff6243c341b2808000b097f2.zip gcc-c7afdc98c595d19fff6243c341b2808000b097f2.tar.gz gcc-c7afdc98c595d19fff6243c341b2808000b097f2.tar.bz2 |
i386.c (DEFAULT_PCC_STRUCT_RETURN): Remove.
* config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Remove.
From-SVN: r194967
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/i386/i386.c | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b97fda0..85a6e8b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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> * file-find.c, file-find.h, realmpfr.c: Add FSF as copyright holder. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 39c24a4..ff3d4fc 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -2397,12 +2397,6 @@ static enum calling_abi ix86_function_abi (const_tree); #define SUBTARGET32_DEFAULT_CPU "i386" #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 */ static int ix86_tune_defaulted; static int ix86_arch_specified; |