diff options
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f163660b01b..04894f0f879 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ 2005-01-09 Eric Botcazou <ebotcazou@libertysurf.fr> + * elf32-sparc.c (elf32_sparc_link_hash_table_create): Use bfd_zmalloc + to zero the structure. + (create_got_section): Use BFD_ASSERT instead of abort. * elf64-sparc.c (struct sparc64_elf_link_hash_table): New 'sgot' and 'srelgot' fields. (create_got_section): New function. |