i386.h (ix86_return_in_memory): Revert my last patch.

* config/i386/i386.h (ix86_return_in_memory): Revert my last patch.
	* objc/objc-act.c (tm_p.h): Include.

From-SVN: r71834
This commit is contained in:
Loren J. Rittle 2003-09-26 20:26:00 +00:00 committed by Loren J. Rittle
parent 2d07c3f562
commit 9e2f83d247
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-09-26 Loren James Rittle <ljrittle@acm.org>
* config/i386/i386.h (ix86_return_in_memory): Revert my last patch.
* objc/objc-act.c (tm_p.h): Include.
2003-09-26 Per Bothner <pbothner@apple.com>
* dbxout.c (dbxout_typedefs): Output typedefs in forward order.

View File

@ -1245,7 +1245,6 @@ do { \
should always be returned in memory. You should instead use
`DEFAULT_PCC_STRUCT_RETURN' to indicate this. */
int ix86_return_in_memory (tree type);
#define RETURN_IN_MEMORY(TYPE) \
ix86_return_in_memory (TYPE)

View File

@ -43,6 +43,7 @@ Boston, MA 02111-1307, USA. */
#include "system.h"
#include "coretypes.h"
#include "tm.h"
#include "tm_p.h"
#include "tree.h"
#include "rtl.h"
#include "expr.h"