* config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Remove.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jan 2013 11:17:00 +0000 (11:17 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jan 2013 11:17:00 +0000 (11:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194967 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.c

index b97fda0..85a6e8b 100644 (file)
@@ -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.
index 39c24a4..ff3d4fc 100644 (file)
@@ -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;