From: Ian Lance Taylor Date: Mon, 21 Oct 1996 15:51:15 +0000 (+0000) Subject: * config/tc-i386.c (md_apply_fix3): Don't increment value for a PC X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3030e86478129cca4b22e982cccdabe304482c57;p=binutils-gdb.git * config/tc-i386.c (md_apply_fix3): Don't increment value for a PC relative reloc when BFD_ASSEMBLER and OBJ_AOUT (more ugly gas reloc hacking). --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 7ea67001ea6..2283024edb4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Mon Oct 21 11:38:30 1996 Ian Lance Taylor + * config/tc-i386.c (md_apply_fix3): Don't increment value for a PC + relative reloc when BFD_ASSEMBLER and OBJ_AOUT (more ugly gas + reloc hacking). + * config/obj-aout.h (S_IS_DEFINE): non BFD_ASSEMBLER version: Don't check S_GET_OTHER.