diff mbox

[ARM] Remove XFmode from arm-modes.def

Message ID 539596E6.2060300@arm.com
State New
Headers show

Commit Message

Ramana Radhakrishnan June 9, 2014, 11:13 a.m. UTC
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.radhakrishnan@arm.com>

         * config/arm/arm-modes.def: Remove XFmode.
diff mbox

Patch

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);