target-alpha: Move memory helpers to mem_helper.c.

This completes the transition away from AREG0.  This patch must
be last because it requires CONFIG_TCG_PASS_AREG0 set too.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Richard Henderson 2012-03-24 09:51:13 -07:00 committed by Blue Swirl
parent 69163fbb0c
commit c30827555d
5 changed files with 30 additions and 39 deletions

2
configure vendored
View file

@ -3608,7 +3608,7 @@ case "$target_arch2" in
esac
case "$target_arch2" in
sparc*)
alpha | sparc*)
echo "CONFIG_TCG_PASS_AREG0=y" >> $config_target_mak
;;
esac