]> Git Repo - binutils.git/blobdiff - gas/config/tc-ns32k.c
* symbols.c (S_GET_VALUE): Don't treat O_constant and local
[binutils.git] / gas / config / tc-ns32k.c
index f8f01c6ffd30008240a58f7d49f388a13f2a44c1..dfc9b509362a3f21f0ce963f908bc26dd6895c67 100644 (file)
@@ -2051,9 +2051,6 @@ md_convert_frag (abfd, sec, fragP)
 
   /* The displacement of the address, from current location.  */
   disp = (S_GET_VALUE (fragP->fr_symbol) + fragP->fr_offset) - object_address;
-#ifdef BFD_ASSEMBLER
-  disp += symbol_get_frag (fragP->fr_symbol)->fr_address;
-#endif
   disp += md_pcrel_adjust (fragP);
 
   md_number_to_disp (buffer_address, (long) disp, (int) ext);
This page took 0.025501 seconds and 4 git commands to generate.