diff options
author | Alan Modra <amodra@gmail.com> | 2005-02-02 01:39:00 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-02-02 01:39:00 +0000 |
commit | 336549c1f5f607f216a31f10511566f7939e0287 (patch) | |
tree | 8b677264c14944b8729144c23753c3fecc01d908 /bfd/ChangeLog | |
parent | 4f40114dd292dbaf5a94eb04fdff90310a14b0a0 (diff) | |
download | gdb-336549c1f5f607f216a31f10511566f7939e0287.zip gdb-336549c1f5f607f216a31f10511566f7939e0287.tar.gz gdb-336549c1f5f607f216a31f10511566f7939e0287.tar.bz2 |
* elf64-hppa.c (elf64_hppa_new_dyn_hash_entry): Don't clear everything,
just the fields specific to hppa64.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6c394ab..699bcc1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -2,6 +2,7 @@ * elfxx-ia64.c (elfNN_ia64_new_elf_hash_entry): Don't clear everything, just the field specific to ia64. + * elf64-hppa.c (elf64_hppa_new_dyn_hash_entry): Likewise. 2005-02-01 Alan Modra <amodra@bigpond.net.au> |