All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Zaitsev <zzz@anda.ru>
To: gcc@gcc.gnu.org, linux-gcc@vger.kernel.org, gcc-patches@gcc.gnu.org
Cc: Zack Weinberg <zack@codesourcery.com>
Subject: [PATCH] GCC 3.4.3: libobjc build failure
Date: Tue, 21 Dec 2004 02:35:48 +0500	[thread overview]
Message-ID: <20041221023548.A8330@natasha.ward.six> (raw)

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"
 

             reply	other threads:[~2004-12-20 21:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-20 21:35 Denis Zaitsev [this message]
2004-12-20 21:38 ` [PATCH] GCC 3.4.3: libobjc build failure 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041221023548.A8330@natasha.ward.six \
    --to=zzz@anda.ru \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gcc@gcc.gnu.org \
    --cc=linux-gcc@vger.kernel.org \
    --cc=zack@codesourcery.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.