i386.h (ix86_return_in_memory): Revert my last patch.
authorLoren J. Rittle <ljrittle@acm.org>
Fri, 26 Sep 2003 20:26:00 +0000 (20:26 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Fri, 26 Sep 2003 20:26:00 +0000 (20:26 +0000)
* config/i386/i386.h (ix86_return_in_memory): Revert my last patch.
* objc/objc-act.c (tm_p.h): Include.

From-SVN: r71834

gcc/ChangeLog
gcc/config/i386/i386.h
gcc/objc/objc-act.c

index a4805c3c75e38334471fd0337f3dc0df96feec47..72e9756a892c74b8d13bf5663deee246c4968880 100644 (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.
index c3d45070f4af62aef380790818bc90a3f6d72349..5ad5a141ddf07c38733e05aa0eb65cdf176195c5 100644 (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)
 
index af294a930c595920a66df6b5ed00ef780e51f0a5..4653f329f27290b246e10b70475fc7b8c434c2c7 100644 (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"