From 61766fe9e2d37ac4928119eabfe2250bd8f43b11 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 15 Dec 2016 11:26:14 -0800 Subject: target-hppa: Add framework and enable compilation This is just about the minimum required to enable compilation without actually executing any instructions. This contains the HPPACPU structure and the required callbacks, the gdbstub, the basic translation loop, and a translate_one function that always results in an illegal instruction. Signed-off-by: Richard Henderson --- default-configs/hppa-linux-user.mak | 1 + 1 file changed, 1 insertion(+) create mode 100644 default-configs/hppa-linux-user.mak (limited to 'default-configs/hppa-linux-user.mak') diff --git a/default-configs/hppa-linux-user.mak b/default-configs/hppa-linux-user.mak new file mode 100644 index 0000000000..796393940b --- /dev/null +++ b/default-configs/hppa-linux-user.mak @@ -0,0 +1 @@ +# Default configuration for hppa-linux-user -- cgit v1.2.3