aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-12-05 11:30:18 +0000
committerNick Clifton <nickc@redhat.com>2003-12-05 11:30:18 +0000
commitd3793eaa607bc918758f22d4939a2080485770e6 (patch)
tree28596cf403c68f9f8b04aef033d2ccfc6c78c091 /bfd/ChangeLog
parent362ff856039fd10e1dc996d424d03dc02d410e5f (diff)
downloadgdb-d3793eaa607bc918758f22d4939a2080485770e6.zip
gdb-d3793eaa607bc918758f22d4939a2080485770e6.tar.gz
gdb-d3793eaa607bc918758f22d4939a2080485770e6.tar.bz2
Fixes for use of ARM_26D reloc in arm-wince toolchain.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ed92ab4..371f4a8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+2003-12-05 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
+
+ * coff-arm.c (aoutarm_std_reloc_howto [ARM_WINCE]): Set
+ partial_inplace for these relocs to FALSE for comptability with
+ the MS linker.
+ Remap ARM_26D relocation from 5 to 0. This fixes "bad fixup" error
+ generated by MS linker, and brings the relocation in line the MS
+ PE documentation.
+
2003-12-04 H.J. Lu <hongjiu.lu@intel.com>
* elf32-ppc.c (ppc_elf_relax_section): Don't check relax_finalizing.