Hi,
Marc Glisse pointed out that we had an unused XFmode in the ARM
backend. RichardE says that this is an FPA legacy and that means we can
remove this safely.
Thus removed after a sanity check that the target builds ok.
Applied to trunk as nearly obvious.
regards
Ramana
2014-06-09 Ramana Radhakrishnan <ramana.radhakrish...@arm.com>
* config/arm/arm-modes.def: Remove XFmode.
Index: gcc/config/arm/arm-modes.def
===================================================================
--- gcc/config/arm/arm-modes.def (revision 211317)
+++ gcc/config/arm/arm-modes.def (working copy)
@@ -21,9 +21,6 @@
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
-/* Extended precision floating point.
- FIXME What format is this? */
-FLOAT_MODE (XF, 12, 0);
/* Half-precision floating point */
FLOAT_MODE (HF, 2, 0);