PR 9638/other

2003-02-28  Joel Sherrill <joel@OARcorp.com>

	PR 9638/other
	* config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
	this constant defaults to 1.

From-SVN: r63564
This commit is contained in:
Joel Sherrill 2003-02-28 17:31:34 +00:00 committed by Joel Sherrill
parent 3e8787b960
commit 9c1a9616e0
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2003-02-28 Joel Sherrill <joel@OARcorp.com>
PR 9638/other
* config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
this constant defaults to 1.
2003-02-27 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/rs6000.md: Add TI constant splitter.

View File

@ -822,6 +822,12 @@ static enum x86_64_reg_class merge_classes PARAMS ((enum x86_64_reg_class,
struct gcc_target targetm = TARGET_INITIALIZER;
/* 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
/* Sometimes certain combinations of command options do not make
sense on a particular target machine. You can define a macro
`OVERRIDE_OPTIONS' to take account of this. This macro, if