diff options
author | Nick Clifton <nickc@redhat.com> | 2004-01-08 16:46:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-01-08 16:46:56 +0000 |
commit | 1e7fef1d44576ea9ca318fe51640dd92c7bbb928 (patch) | |
tree | 3bfc69878c1b897d959cfb4f826fbf3189d75241 /bfd/ChangeLog | |
parent | bfec0b41c9dbc33817c86b2780714c288f1bcefb (diff) | |
download | gdb-1e7fef1d44576ea9ca318fe51640dd92c7bbb928.zip gdb-1e7fef1d44576ea9ca318fe51640dd92c7bbb928.tar.gz gdb-1e7fef1d44576ea9ca318fe51640dd92c7bbb928.tar.bz2 |
(coff_arm_relocate_section): Do not alter relocs that are not partial_inplace
during a relocatable link.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3bf3ed2..94aa94d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2004-01-08 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru> + + * coff-arm.c (coff_arm_relocate_section): Do not alter relocs that + are not partial_inplace during a relocatable link. + 2004-01-08 Kazu Hirata <kazu@cs.umass.edu> * elf32-m68k.c (elf_m68k_gc_sweep_hook): Terminate early |