* tc_mips.h (MAX_GPREL_OFFSET): Change it to the maximum allowed
[deliverable/binutils-gdb.git] / gas / config / tc-m68hc11.c
index c73f575cb784965b57ffe4f4b19a570b88ca73c8..2c2b80c16548cae40c85916f457707e0ccb6716b 100644 (file)
@@ -2595,9 +2595,9 @@ md_estimate_size_before_relax (fragP, segment)
                 necessary for the unresolved symbol address.  */
              fragP->fr_opcode[0] = convert_branch (fragP->fr_opcode[0]);
 
-             fragP->fr_fix++;
-             fix_new (fragP, old_fr_fix - 1, 2, fragP->fr_symbol,
+             fix_new (fragP, fragP->fr_fix - 1, 2, fragP->fr_symbol,
                       fragP->fr_offset, 0, BFD_RELOC_16);
+             fragP->fr_fix++;
              break;
 
            case STATE_CONDITIONAL_BRANCH:
This page took 0.023712 seconds and 4 git commands to generate.