X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gas%2Fsymbols.c;h=96bf9637c33c12449d40e1ac014417237107c2b2;hb=fdef3943443987525aea4f3ebe1f569f7070fcc8;hp=08a708b5ccbf5bd97393ebc88d00de083fe39c9c;hpb=de96689e03235bfd65a33704a9d398cb666140f4;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/symbols.c b/gas/symbols.c index 08a708b5cc..96bf9637c3 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -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)