diff options
author | Dmitry Diky <diwil@spec.ru> | 2005-09-01 11:27:15 +0000 |
---|---|---|
committer | Dmitry Diky <diwil@spec.ru> | 2005-09-01 11:27:15 +0000 |
commit | 046aeb74904b71d136bc2c4a60f9ba1bc90064b5 (patch) | |
tree | 48c8d8ee79d407ceabdffb983ad558b41e31da5e /bfd/ChangeLog | |
parent | 9d21c87bbe47deb9f3e23a3fc7b6587a62e626a3 (diff) | |
download | gdb-046aeb74904b71d136bc2c4a60f9ba1bc90064b5.zip gdb-046aeb74904b71d136bc2c4a60f9ba1bc90064b5.tar.gz gdb-046aeb74904b71d136bc2c4a60f9ba1bc90064b5.tar.bz2 |
2005-09-01 Dmitry Diky <diwil@spec.ru>
* elf32-msp430.c (msp430_elf_relax_delete_bytes): Do not adjust
local symbols and move it to
(msp430_elf_relax_adjust_locals): New function - walk over the
sections in the bfd and adjust relocations as necessary.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 33f5f55..820d55c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2005-09-01 Dmitry Diky <diwil@spec.ru> + + * elf32-msp430.c (msp430_elf_relax_delete_bytes): Do not adjust + local symbols and move it to + (msp430_elf_relax_adjust_locals): New function - walk over the + sections in the bfd and adjust relocations as necessary. + 2005-08-31 DJ Delorie <dj@redhat.com> * elf32-i386.c (elf_i386_check_relocs): Don't cast a unary & |