* doc/c-arm.texi: Add new fpe options to list of supported flags.
This commit is contained in:
parent
d193a22afe
commit
bc89618bd8
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-01-18 Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
|
||||||
|
* doc/c-arm.texi: Add new fpe options to list of supported flags.
|
||||||
|
|
||||||
2002-01-19 Keith Walker <keith.walker@arm.com>
|
2002-01-19 Keith Walker <keith.walker@arm.com>
|
||||||
|
|
||||||
* tc-arm.c (arm_fpus): Add fpe2 and fpe3.
|
* tc-arm.c (arm_fpus): Add fpe2 and fpe3.
|
||||||
|
|
|
@ -144,6 +144,8 @@ an instruction which will not execute on the target floating point unit.
|
||||||
The following format options are recognized:
|
The following format options are recognized:
|
||||||
@code{softfpa},
|
@code{softfpa},
|
||||||
@code{fpe},
|
@code{fpe},
|
||||||
|
@code{fpe2},
|
||||||
|
@code{fpe3},
|
||||||
@code{fpa},
|
@code{fpa},
|
||||||
@code{fpa10},
|
@code{fpa10},
|
||||||
@code{fpa11},
|
@code{fpa11},
|
||||||
|
|
Loading…
Reference in a new issue