* symbols.c (resolve_symbol_value): Remove "finalize" param,
[deliverable/binutils-gdb.git] / gas / config / tc-mips.c
index 907dda4107c7912970a32c3049ea322790160cc2..0e1ad8765263d9ab6e4bc1d1a1f7973d0b430ee6 100644 (file)
@@ -11356,7 +11356,7 @@ md_convert_frag (abfd, asec, fragp)
          ext = false;
        }
 
-      resolve_symbol_value (fragp->fr_symbol, finalize_syms);
+      resolve_symbol_value (fragp->fr_symbol);
       val = S_GET_VALUE (fragp->fr_symbol);
       if (op->pcrel)
        {
This page took 0.025855 seconds and 4 git commands to generate.