From: Ian Lance Taylor Date: Thu, 31 Aug 1995 15:54:27 +0000 (+0000) Subject: * coff-mips.c (mips_relocate_section): Don't convert a reloc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61228e36e8de60e3941ffe44539bea369e5f48ac;p=binutils-gdb.git * coff-mips.c (mips_relocate_section): Don't convert a reloc against an absolute symbol into a reloc against a section. PR 7880. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b8bdefd86e4..f8507182211 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Thu Aug 31 11:49:21 1995 Ian Lance Taylor + + * 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 * coff-arm.c (coff_arm_reloc): Fix common size problem.