--- gas/write.c_ Fri Aug 15 20:29:31 2003 +++ gas/write.c Fri Aug 15 20:29:36 2003 @@ -2645,16 +2645,8 @@ fixP->fx_offset = add_number; /* If the back-end code has selected a pc-relative reloc, adjust the value to be pc-relative. */ - if (1 -#ifdef TC_M68K - /* See the comment below about 68k weirdness. */ - && 0 -#endif - && fixP->fx_pcrel) - add_number -= MD_PCREL_FROM_SECTION (fixP, this_segment); fixP->fx_addsy = NULL; fixP->fx_subsy = NULL; - fixP->fx_pcrel = 0; } else if (sub_symbol_segment == absolute_section && !TC_FORCE_RELOCATION_SUB_ABS (fixP))