diff options
author | Roland McGrath <roland@gnu.org> | 2004-10-05 18:09:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-10-05 18:09:46 +0000 |
commit | 073a2dc30fcade6a8ea1e21aecb7eaf865361718 (patch) | |
tree | 5b7b37bf351a67052d6dae343725e03c37d80bd6 | |
parent | 724b3ea926eec6d6e945a9d0faa2a1a5dbb33323 (diff) | |
download | gdb-073a2dc30fcade6a8ea1e21aecb7eaf865361718.zip gdb-073a2dc30fcade6a8ea1e21aecb7eaf865361718.tar.gz gdb-073a2dc30fcade6a8ea1e21aecb7eaf865361718.tar.bz2 |
.
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8e32961..6a4e744 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2004-10-04 Roland McGrath <roland@redhat.com> + + * hash.c (bfd_hash_set_default_size): Use const for table. + Use size_t instead of int for variable compared to sizeof results. + 2004-10-05 Alan Modra <amodra@bigpond.net.au> PR 425 @@ -86,7 +91,7 @@ update voff in section loop. Change voff in segment loop to be an adjustment on top of "off". Set sec->filepos and update "off" later. Test for loadable sections consistently using IS_LOADED. Similarly, - test for alloc-only sections other than .tbss consistently. + test for alloc-only sections other than .tbss consistently. Don't bother checking SEC_ALLOC in PT_LOAD segments. Remove FIXME. Tidy PT_NOTE handling. Use %B and %A in error messages. (assign_file_positions_except_relocs): Use %B in error message. @@ -312,7 +317,7 @@ * elfarm-nabi.c (elf32_arm_symbian_modify_segment_map): Add a PT_DYNAMIC segment. (elf_backend_want_got_plt): Define to zero for Symbian OS. - + 2004-09-06 Nick Clifton <nickc@redhat.com> * elflink.c (elf_link_add_object_symbols): Set the error code to |