Tested on m68k-suse-linux, installed as obvious.

Andreas.

        * coretypes.h (struct _dont_use_rtx_insn_here_, rtx_insn)
        [USED_FOR_TARGET]: Define.

diff --git a/gcc/coretypes.h b/gcc/coretypes.h
index 9951f10..c850ff4 100644
--- a/gcc/coretypes.h
+++ b/gcc/coretypes.h
@@ -199,11 +199,13 @@ namespace gcc {
 
 struct _dont_use_rtx_here_;
 struct _dont_use_rtvec_here_;
+struct _dont_use_rtx_insn_here_;
 union _dont_use_tree_here_;
 #define rtx struct _dont_use_rtx_here_ *
 #define const_rtx struct _dont_use_rtx_here_ *
 #define rtvec struct _dont_use_rtvec_here *
 #define const_rtvec struct _dont_use_rtvec_here *
+#define rtx_insn struct _dont_use_rtx_insn_here_
 #define tree union _dont_use_tree_here_ *
 #define const_tree union _dont_use_tree_here_ *
 
-- 
2.1.0


-- 
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

Reply via email to