PR 9824
[deliverable/binutils-gdb.git] / gas / expr.c
index 4f4d380ff915b0a3f52fa266366dfbcbad0c5bef..285b4381da24445242c9c5fbe4542c2172fb65c6 100644 (file)
@@ -1738,6 +1738,9 @@ expr (int rankarg,                /* Larger # is higher rank.  */
               && right.X_op == O_symbol
               && resultP->X_op == O_symbol
               && retval == rightseg
+#ifdef md_allow_local_subtract
+              && md_allow_local_subtract (resultP, & right, rightseg)
+#endif
               && (SEG_NORMAL (rightseg)
                   || right.X_add_symbol == resultP->X_add_symbol)
               && frag_offset_fixed_p (symbol_get_frag (resultP->X_add_symbol),
This page took 0.023707 seconds and 4 git commands to generate.