Allow symbols in MEMORY region specification
[deliverable/binutils-gdb.git] / gas / config / tc-avr.c
index 19326a1f25a15b5f0fdb5eddc219a1f317d5b61a..5a0b405eee2150f81d638fca962dbed8764a0e56 100644 (file)
@@ -1344,6 +1344,7 @@ md_apply_fix (fixS *fixP, valueT * valP, segT seg)
 
       value = S_GET_VALUE (fixP->fx_addsy) +
           fixP->fx_offset - S_GET_VALUE (fixP->fx_subsy);
+      *valP = value;
 
       fixP->fx_subsy = NULL;
   }
This page took 0.023624 seconds and 4 git commands to generate.