aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-10-21 15:51:15 +0000
committerIan Lance Taylor <ian@airs.com>1996-10-21 15:51:15 +0000
commit3030e86478129cca4b22e982cccdabe304482c57 (patch)
tree9817da138c159574af90af0294db3c472035b894 /gas
parentd12d1f6ce4889b962a530dd67373e7264c07c35c (diff)
downloadgdb-3030e86478129cca4b22e982cccdabe304482c57.zip
gdb-3030e86478129cca4b22e982cccdabe304482c57.tar.gz
gdb-3030e86478129cca4b22e982cccdabe304482c57.tar.bz2
* 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).
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7ea6700..2283024 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
Mon Oct 21 11:38:30 1996 Ian Lance Taylor <ian@cygnus.com>
+ * 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.