aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-12-10 03:49:02 +0000
committerAlan Modra <amodra@gmail.com>2008-12-10 03:49:02 +0000
commitb0c4170911beec5bdad9a622b8ae8053a8dcc55e (patch)
tree6af12d0ee565574f9445034e1cb4a55daf76435e /bfd/ChangeLog
parentb05dcbb7f97fb8e8b1449a6bde96761b3cb3e39b (diff)
downloadgdb-b0c4170911beec5bdad9a622b8ae8053a8dcc55e.zip
gdb-b0c4170911beec5bdad9a622b8ae8053a8dcc55e.tar.gz
gdb-b0c4170911beec5bdad9a622b8ae8053a8dcc55e.tar.bz2
* elf32-spu.c (define_ovtab_symbol): Don't abort on symbols
defined in linker scripts. (discover_functions): Consider STT_SECTION symbols too. (collect_lib_sections): Don't cut short call tree traversal when function size is too large.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6b4e40b..17f1fb4 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -5,6 +5,10 @@
(mark_detached_root): New function.
(build_call_tree): Call it.
(sort_calls): Don't do void* arithmetic.
+ (define_ovtab_symbol): Don't abort on symbols defined in linker scripts.
+ (discover_functions): Consider STT_SECTION symbols too.
+ (collect_lib_sections): Don't cut short call tree traversal
+ when function size is too large.
2008-12-09 Tom Tromey <tromey@redhat.com>