From: Blue Swirl Date: Wed, 20 Jul 2011 20:23:01 +0000 (+0000) Subject: Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1405^2~17^2~1999^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3ce3668ccff7d350a4f795ad99a012a6d41caef;p=sdk%2Femulator%2Fqemu.git Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm * 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm: target-arm: Fix BASEPRI, BASEPRI_MAX, and FAULTMASK access target-arm: Minimal implementation of performance counters Revert "Makefile.target: Allow target helpers to be in any *_helper.c file" Revert "target-arm: Use global env in neon_helper.c helpers" target-arm: Pass fp status pointer explicitly to neon fp helpers target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUState target-arm: Add helper function to generate code to get fpstatus pointer Revert "target-arm: Use global env in iwmmxt_helper.c helpers" Conflicts: Makefile.target --- a3ce3668ccff7d350a4f795ad99a012a6d41caef diff --cc Makefile.target index c566eb1149,37bb28ed8a..fe785161cb --- a/Makefile.target +++ b/Makefile.target @@@ -95,7 -91,7 +95,7 @@@ tcg/tcg.o: cpu. # HELPER_CFLAGS is used for all the code compiled with static register # variables - %_helper.o user-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS) -op_helper.o cpu-exec.o user-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS) ++op_helper.o user-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS) # Note: this is a workaround. The real fix is to avoid compiling # cpu_signal_handler() in user-exec.c.