aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2005-01-09 19:49:22 +0000
committerEric Botcazou <ebotcazou@libertysurf.fr>2005-01-09 19:49:22 +0000
commit01aac484a67ed6747510d50822fa488d96461133 (patch)
tree432dc55363060d1513801928e03000414517f302 /bfd/ChangeLog
parenta51a7930ba7a2a6439e35ae66c76c3029deecd72 (diff)
downloadgdb-01aac484a67ed6747510d50822fa488d96461133.zip
gdb-01aac484a67ed6747510d50822fa488d96461133.tar.gz
gdb-01aac484a67ed6747510d50822fa488d96461133.tar.bz2
* 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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f163660..04894f0 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.