Remove IEEE 695 object support
[deliverable/binutils-gdb.git] / gas / symbols.c
index 08a708b5ccbf5bd97393ebc88d00de083fe39c9c..96bf9637c33c12449d40e1ac014417237107c2b2 100644 (file)
@@ -1355,7 +1355,7 @@ resolve_symbol_value (symbolS *symp)
             operands must be absolute.  We already handled the case of
             addition or subtraction of a constant above.  This will
             probably need to be changed for an object file format which
-            supports arbitrary expressions, such as IEEE-695.  */
+            supports arbitrary expressions.  */
          if (!(seg_left == absolute_section
                && seg_right == absolute_section)
              && !(op == O_eq || op == O_ne)
This page took 0.023107 seconds and 4 git commands to generate.