linux-gcc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] GCC 3.4.3: libobjc build failure
@ 2004-12-20 21:35 Denis Zaitsev
  2004-12-20 21:38 ` Andrew Pinski
  0 siblings, 1 reply; 13+ messages in thread
From: Denis Zaitsev @ 2004-12-20 21:35 UTC (permalink / raw)
  To: gcc, linux-gcc, gcc-patches; +Cc: Zack Weinberg

This patch is for exactly the same issue as described in

http://gcc.gnu.org/ml/gcc/2002-12/msg00033.html

The fix is exactly the same, just another file is the target.  Without
it libobjc fails to build when --with-objc-gc is given to configure.

Please, apply it.


2004-12-21  Denis Zaitsev  <zzz@anda.ru>

	* libobjc/gc.c: Include coretypes.h and tm.h.


--- libobjc/gc.c.orig	2003-05-24 02:04:58.000000000 +0600
+++ libobjc/gc.c	2004-12-21 01:27:00.000000000 +0500
@@ -26,6 +26,8 @@ Boston, MA 02111-1307, USA.  */
    the executable file might be covered by the GNU General Public License.  */
 
 #include "tconfig.h"
+#include "coretypes.h"
+#include "tm.h"
 #include "objc.h"
 #include "encoding.h"
 

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-12-20 23:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-20 21:35 [PATCH] GCC 3.4.3: libobjc build failure Denis Zaitsev
2004-12-20 21:38 ` Andrew Pinski
2004-12-20 21:48   ` Denis Zaitsev
2004-12-20 21:53     ` Andrew Pinski
2004-12-20 22:03       ` Andrew Pinski
2004-12-20 22:26         ` Denis Zaitsev
2004-12-20 22:32           ` Andrew Pinski
2004-12-20 22:35             ` Andrew Pinski
2004-12-20 22:46             ` Denis Zaitsev
2004-12-20 22:48               ` Andrew Pinski
2004-12-20 23:14                 ` Denis Zaitsev
2004-12-20 22:07       ` Denis Zaitsev
2004-12-20 21:50   ` Zack Weinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).