aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2009-05-28 10:47:44 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2009-05-28 10:47:44 +0000
commit5ebe285860e3d407b0607c06978b6737bff5c1fb (patch)
treee654b4cec30c815eb0f1024493393d5fe7c56591 /bfd/ChangeLog
parent34ad4cb0b57e971148c26db9a8741e2f30bff8ea (diff)
downloadgdb-5ebe285860e3d407b0607c06978b6737bff5c1fb.zip
gdb-5ebe285860e3d407b0607c06978b6737bff5c1fb.tar.gz
gdb-5ebe285860e3d407b0607c06978b6737bff5c1fb.tar.bz2
* elf32-spu.c (struct call_info): New member broken_cycle.
(remove_cycle): Instead of physically removing call_info structures to break call graph cycles, mark them using the broken_cycle flag. (mark_overlay_section): Respect broken_cycle flag. (unmark_overlay_section): Likewise. (collect_lib_sections): Likewise. (collect_overlays): Likewise. (sum_stack): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6b8d2c9..7ae22bb 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,16 @@
2009-05-28 Ulrich Weigand <uweigand@de.ibm.com>
+ * elf32-spu.c (struct call_info): New member broken_cycle.
+ (remove_cycle): Instead of physically removing call_info structures
+ to break call graph cycles, mark them using the broken_cycle flag.
+ (mark_overlay_section): Respect broken_cycle flag.
+ (unmark_overlay_section): Likewise.
+ (collect_lib_sections): Likewise.
+ (collect_overlays): Likewise.
+ (sum_stack): Likewise.
+
+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.