aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-08-31 15:54:27 +0000
committerIan Lance Taylor <ian@airs.com>1995-08-31 15:54:27 +0000
commit61228e36e8de60e3941ffe44539bea369e5f48ac (patch)
tree0282e3017b46a069a070c50426310eab1c342a37
parentda7afe3b8a39439a4939dbc35960dc066557faf8 (diff)
downloadgdb-61228e36e8de60e3941ffe44539bea369e5f48ac.zip
gdb-61228e36e8de60e3941ffe44539bea369e5f48ac.tar.gz
gdb-61228e36e8de60e3941ffe44539bea369e5f48ac.tar.bz2
* coff-mips.c (mips_relocate_section): Don't convert a reloc
against an absolute symbol into a reloc against a section. PR 7880.
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b8bdefd..f850718 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 31 11:49:21 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * coff-mips.c (mips_relocate_section): Don't convert a reloc
+ against an absolute symbol into a reloc against a section.
+
Thu Aug 31 08:00:14 1995 steve chamberlain <sac@slash.cygnus.com>
* coff-arm.c (coff_arm_reloc): Fix common size problem.