diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/arm/arm-modes.def | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ef49127..b8de64b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-06-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> + + * config/arm/arm-modes.def: Remove XFmode. + 2014-06-09 Alan Lawrence <alan.lawrence@arm.com> PR target/61062 diff --git a/gcc/config/arm/arm-modes.def b/gcc/config/arm/arm-modes.def index 882aa55..381b948 100644 --- a/gcc/config/arm/arm-modes.def +++ b/gcc/config/arm/arm-modes.def @@ -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); |