commit | 61766fe9e2d37ac4928119eabfe2250bd8f43b11 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Dec 15 11:26:14 2016 -0800 |
committer | Richard Henderson <rth@twiddle.net> | Mon Jan 23 09:52:40 2017 -0800 |
tree | 24b953b5a5e139778282faeb3d898c0a8d202939 | |
parent | 005fa38d86257d471ac461c066a5409a9f5ebb02 [diff] |
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 <rth@twiddle.net>