From 073a2dc30fcade6a8ea1e21aecb7eaf865361718 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 5 Oct 2004 18:09:46 +0000 Subject: [PATCH] . --- bfd/ChangeLog | 9 +++++++-- 1 file 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 + + * 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 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 * elflink.c (elf_link_add_object_symbols): Set the error code to -- 2.7.4