提交 cb3825b9 编写于 作者: M Max Filippov

target/xtensa: add two missing headers to core import script

Include qemu/osdep.h and qemu-common.h at the beginning of imported
xtensa core source file.
Signed-off-by: NMax Filippov <jcmvbkbc@gmail.com>
上级 b68755c1
......@@ -25,9 +25,11 @@ tar -xf "$OVERLAY" -O gdb/xtensa-config.c | \
sed -n '1,/*\//p;/XTREG/,/XTREG_END/p' > "$TARGET"/gdb-config.c
cat <<EOF > "${TARGET}.c"
#include "qemu/osdep.h"
#include "cpu.h"
#include "exec/exec-all.h"
#include "exec/gdbstub.h"
#include "qemu-common.h"
#include "qemu/host-utils.h"
#include "core-$NAME/core-isa.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册