mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
target/arm: Rename vfp_helper.c to vfp_fpscr.c
The vfp_helper.c in the target/arm directory now only has code for handling FPSCR/FPCR/FPSR in it, and no helper functions. Rename it to vfp_fpscr.c; this helps keep it distinct from tcg/vfp_helper.c. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20250221190957.811948-5-peter.maydell@linaro.org
This commit is contained in:
parent
b9d3dc4553
commit
cb8bb8472e
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ arm_ss.add(files(
|
||||||
'debug_helper.c',
|
'debug_helper.c',
|
||||||
'gdbstub.c',
|
'gdbstub.c',
|
||||||
'helper.c',
|
'helper.c',
|
||||||
'vfp_helper.c',
|
'vfp_fpscr.c',
|
||||||
))
|
))
|
||||||
arm_ss.add(zlib)
|
arm_ss.add(zlib)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* ARM VFP floating-point operations
|
* ARM VFP floating-point: handling of FPSCR/FPCR/FPSR
|
||||||
*
|
*
|
||||||
* Copyright (c) 2003 Fabrice Bellard
|
* Copyright (c) 2003 Fabrice Bellard
|
||||||
*
|
*
|
Loading…
Add table
Add a link
Reference in a new issue