On Fri, 15 Feb 2019 at 19:23, Richard Henderson <[email protected]> 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 <[email protected]> > --- > 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 <[email protected]> (confirmed the code motion using git diff --color-moved) thanks -- PMM
