summaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>2015-09-12 22:19:11 +0000
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>2015-09-12 22:19:11 +0000
commitbffa598cd064d84164308156aa7a4fb9cbb586b3 (patch)
tree9d6f1a2a87eb452cfbac6c7150552a5cbe2a017f /libobjc
parent928b9ffef36797247de8cbc90579cc189acebd8a (diff)
stop including tm.h in sendmsg.c
libobjc/ChangeLog: 2015-09-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> PR libobjc/24775 * sendmsg.c (tm.h): Remove include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227712 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r--libobjc/ChangeLog5
-rw-r--r--libobjc/sendmsg.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 17dba5997b5e..8aa2a217844d 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,6 +1,11 @@
2015-09-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
PR libobjc/24775
+ * sendmsg.c (tm.h): Remove include.
+
+2015-09-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
+
+ PR libobjc/24775
* sendmsg.c (gen_rtx): Remove macro.
(gen_rtx_MEM): Likewise.
(gen_rtx_REG): Likewise.
diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c
index ba3193069ae9..8eb6d5472863 100644
--- a/libobjc/sendmsg.c
+++ b/libobjc/sendmsg.c
@@ -26,7 +26,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
only while debugging the runtime. */
/* #define DEBUG 1 */
-/* FIXME: This file has no business including tm.h. */
/* FIXME: This should be using libffi instead of __builtin_apply
and friends. */
@@ -34,7 +33,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#include "objc-private/error.h"
#include "tconfig.h"
#include "coretypes.h"
-#include "tm.h"
#include "objc/runtime.h"
#include "objc/message.h" /* For objc_msg_lookup(), objc_msg_lookup_super(). */
#include "objc/thr.h"