diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-05-28 10:42:47 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2009-05-28 10:42:47 +0000 |
commit | 34ad4cb0b57e971148c26db9a8741e2f30bff8ea (patch) | |
tree | 0e17b5837dc983e5dc1b358d0761580eaf3c7960 /bfd/ChangeLog | |
parent | b6313243984b74ee6772dd8273b0e6073ad1815b (diff) | |
download | gdb-34ad4cb0b57e971148c26db9a8741e2f30bff8ea.zip gdb-34ad4cb0b57e971148c26db9a8741e2f30bff8ea.tar.gz gdb-34ad4cb0b57e971148c26db9a8741e2f30bff8ea.tar.bz2 |
* elf32-spu.c (insert_callee): Accumulate incoming callee->count.
(mark_functions_via_relocs): Initialize callee->count to 1.
(pasted_function): Likewise.
(spu_elf_auto_overlay): Honor call counts when determining number
of stubs required in software i-cache mode.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a838d97..6b8d2c9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2009-05-28 Ulrich Weigand <uweigand@de.ibm.com> + + * elf32-spu.c (insert_callee): Accumulate incoming callee->count. + (mark_functions_via_relocs): Initialize callee->count to 1. + (pasted_function): Likewise. + (spu_elf_auto_overlay): Honor call counts when determining number + of stubs required in software i-cache mode. + 2009-05-26 Rafael Avila de Espindola <espindola@google.com> * aclocal.m4: Include ../config/plugins.m4. |