OSDN Git Service

* config/i386/i386.h (ix86_return_in_memory): Revert my last patch.
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Sep 2003 20:26:00 +0000 (20:26 +0000)
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Sep 2003 20:26:00 +0000 (20:26 +0000)
* objc/objc-act.c (tm_p.h): Include.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71834 138bc75d-0d04-0410-961f-82ee72b054a4

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

index a4805c3..72e9756 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 c3d4507..5ad5a14 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 af294a9..4653f32 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"