commit | 497a22eb87da704c0a59ebebfde441849cd5189b | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Jun 05 07:39:57 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Tue Jul 09 07:15:24 2013 -0700 |
tree | 8378cecf0ab654748affe072a630d0c5d7d68108 | |
parent | 45aba097d24544ed2d3244b3268a071750e4499b [diff] |
tcg: Move the CIE and FDE header definitions to common code These will necessarily be the same layout for all hosts. This limits the amount of boilerplate required to implement jit debug for a host. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>