On Wed, Nov 24, 2010 at 03:20:04PM +0000, Peter Maydell wrote: > Expose the vfp_get_fpscr() and vfp_set_fpscr() functions to C > code as well as generated code, so we can use them to read and > write the FPSCR when saving and restoring VFP registers across > signal handlers in linux-user mode. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
Reviewed-by: Nathan Froyd <froy...@codesourcery.com> -Nathan