2002-01-19 Keith Walker <keith.walker@arm.com>

* tc-arm.c (arm_fpus): Add fpe2 and fpe3.
This commit is contained in:
Richard Earnshaw 2002-01-19 12:44:34 +00:00
parent a2fc1b1f19
commit d193a22afe
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-01-19 Keith Walker <keith.walker@arm.com>
* tc-arm.c (arm_fpus): Add fpe2 and fpe3.
2002-01-18 Richard Earnshaw <rearnsha@arm.com>
* NEWS: Mention new ARM command-line options and VFP support.

View File

@ -10815,6 +10815,8 @@ static struct arm_fpu_option_table arm_fpus[] =
{
{"softfpa", FPU_NONE},
{"fpe", FPU_ARCH_FPE},
{"fpe2", FPU_ARCH_FPE},
{"fpe3", FPU_ARCH_FPA}, /* Third release supports LFM/SFM. */
{"fpa", FPU_ARCH_FPA},
{"fpa10", FPU_ARCH_FPA},
{"fpa11", FPU_ARCH_FPA},