diff options
author | Alan Modra <amodra@gmail.com> | 2001-09-30 03:03:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-09-30 03:03:11 +0000 |
commit | 3c3e9281c33c80f7d3b03525088350b545b5051a (patch) | |
tree | 2b4afc0bf541d537cfb1db8b87b4d98a62861817 /bfd/ChangeLog | |
parent | 7efde2a4dd82ebed11602ba6e0441a49841422c0 (diff) | |
download | gdb-3c3e9281c33c80f7d3b03525088350b545b5051a.zip gdb-3c3e9281c33c80f7d3b03525088350b545b5051a.tar.gz gdb-3c3e9281c33c80f7d3b03525088350b545b5051a.tar.bz2 |
* elf.c (_bfd_elf_link_hash_copy_indirect): Set ind refcounts to
the old dir refcount, so we indirectly set them to init_refcount.
Short-circuit asserts when we've just verified they are true.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b1782e3..21a9c35 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2001-09-30 Alan Modra <amodra@bigpond.net.au> + + * elf.c (_bfd_elf_link_hash_copy_indirect): Set ind refcounts to + the old dir refcount, so we indirectly set them to init_refcount. + Short-circuit asserts when we've just verified they are true. + 2001-09-29 Alan Modra <amodra@bigpond.net.au> * section.c (struct sec): Remove kept_section. |