* symbols.c (S_GET_VALUE): Don't treat O_constant and local
[deliverable/binutils-gdb.git] / gas / config / tc-fr30.c
index 1acebb8928f6b2515c21557179f5fade84aeb15b..98f5729fe97894bf2363315bca2760a6e160aed8 100644 (file)
@@ -387,7 +387,6 @@ md_convert_frag (abfd, sec, fragP)
     {
       /* Address we want to reach in file space.  */
       target_address = S_GET_VALUE (fragP->fr_symbol) + fragP->fr_offset;
-      target_address += symbol_get_frag (fragP->fr_symbol)->fr_address;
       addend = (target_address - (opcode_address & -4)) >> 2;
     }
 
This page took 0.025073 seconds and 4 git commands to generate.