On Fri, 15 Feb 2019 at 19:23, Richard Henderson <richard.hender...@linaro.org> wrote: > > Move all of the fp helpers out of helper.c into a new file. > This is code movement only. Since helper.c has no copyright > header, take the one from cpu.h for the new file. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/helper.c | 1062 ------------------------------------- > target/arm/vfp_helper.c | 1088 ++++++++++++++++++++++++++++++++++++++ > target/arm/Makefile.objs | 2 +- > 3 files changed, 1089 insertions(+), 1063 deletions(-) > create mode 100644 target/arm/vfp_helper.c >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> (confirmed the code motion using git diff --color-moved) thanks -- PMM