* config/i386/xm-go32.h (HOST_LONG_DOUBLE_FORMAT): Define.
[deliverable/binutils-gdb.git] / gas / expr.c
index cd94e8ebec5588e4b2c8b58b402f8417608859d9..7cca437493f7c9e5a3302843af6a1ea3c7e014d8 100644 (file)
@@ -923,7 +923,8 @@ operand (expressionP)
                 number, make it one.  Otherwise, make it a local label,
                 and try to deal with parsing the rest later.  */
              if (!input_line_pointer[1]
-                 || (is_end_of_line[0xff & input_line_pointer[1]]))
+                 || (is_end_of_line[0xff & input_line_pointer[1]])
+                 || strchr (FLT_CHARS, 'f') == NULL)
                goto is_0f_label;
              {
                char *cp = input_line_pointer + 1;
This page took 0.023091 seconds and 4 git commands to generate.