A re-base and update of a tcg backend that I wrote almost 2 years ago.

r~


Richard Henderson (3):
  tcg-alpha: Fix type mismatch errors in cpu_signal_handler.
  tcg-alpha: Don't use a custom linker script.
  tcg-alpha: New TCG target.

 alpha.ld               |  127 ----
 configure              |   17 +-
 exec-all.h             |    7 +-
 qemu-common.h          |    4 +-
 tcg/alpha/tcg-target.c | 1860 ++++++++++++++++++++++++++++++++++++++++++++++++
 tcg/alpha/tcg-target.h |  142 ++++
 user-exec.c            |    4 +-
 7 files changed, 2020 insertions(+), 141 deletions(-)
 delete mode 100644 alpha.ld
 create mode 100644 tcg/alpha/tcg-target.c
 create mode 100644 tcg/alpha/tcg-target.h

-- 
1.7.11.4


Reply via email to