diff options
author | Nick Clifton <nickc@redhat.com> | 2006-10-19 15:47:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-10-19 15:47:34 +0000 |
commit | b354976135880498dc76cb68e9ab47520205081b (patch) | |
tree | a6ac24d321c2f8f5c5b129f07e757cea61629e4e /bfd/ChangeLog | |
parent | 6870500c0404a6501f0a21fdbca6ce2695c6ca0c (diff) | |
download | gdb-b354976135880498dc76cb68e9ab47520205081b.zip gdb-b354976135880498dc76cb68e9ab47520205081b.tar.gz gdb-b354976135880498dc76cb68e9ab47520205081b.tar.bz2 |
Fix score bugs
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 14cc5cb..b8eced6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2006-10-19 Mei Ligang <ligang@sunnorth.com.cn> + + * elf32-score.c (score_elf_rel_dyn_section): Replace + bfd_make_section with bfd_make_section_with_flags. + (_bfd_score_elf_create_dynamic_sections): Ditto. + (score_elf_create_got_section): Ditto. + (score_elf_final_link_relocate): Delete referrence to + EF_SCORE_HASENTRY. + 2006-10-19 Richard Sandiford <richard@codesourcery.com> * elfxx-mips.c (sort_dynamic_relocs): Sort relocations against the |