OSDN Git Service

declare further functions needed for bc_emit_trampoline. Include
authorbson <bson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Sep 1993 19:01:32 +0000 (19:01 +0000)
committerbson <bson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Sep 1993 19:01:32 +0000 (19:01 +0000)
bytecode header files.

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

gcc/config/m68k/m68k.c

index e11b745..1dc4f24 100644 (file)
@@ -31,6 +31,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "output.h"
 #include "insn-attr.h"
 
+/* Needed for bytecode function entry trampoline */
+#include "bytecode.h"
+#include "bc-emit.h"
+
 /* Needed for use_return_insn.  */
 #include "flags.h"
 
@@ -2303,6 +2307,7 @@ strict_low_part_peephole_ok (mode, first_insn, target)
 /* Trampoline code for the function entry.  */
 extern struct bc_seg *trampoline;
 extern struct bc_seg *bytecode;
+extern struct bc_sym *sym_lookup ();
 
 /* Emit the machine-code interface trampoline at the beginning of a byte
    coded function.  The argument is a label name of the interpreter