aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-06-04 07:07:19 +0000
committerAlan Modra <amodra@gmail.com>2008-06-04 07:07:19 +0000
commit1f27ab8de13effd59edd908b97136c23f31fd403 (patch)
treeaa79ef748229e7bc44d873cb30298c9bfc6d4674 /bfd/ChangeLog
parent73e752baef6a5eca8150257d98911f3caf59537e (diff)
downloadgdb-1f27ab8de13effd59edd908b97136c23f31fd403.zip
gdb-1f27ab8de13effd59edd908b97136c23f31fd403.tar.gz
gdb-1f27ab8de13effd59edd908b97136c23f31fd403.tar.bz2
* elf32-spu.c (get_sym_h): Don't attempt to read global syms.
(process_stubs): Likewise. (discover_functions): Don't used cached symbols. (maybe_insert_function): Correct condition under which function array is realloc'd. (mark_functions_via_relocs): Delete unused variable.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6a4c90b..ce9a20c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+2008-06-04 Alan Modra <amodra@bigpond.net.au>
+
+ * elf32-spu.c (get_sym_h): Don't attempt to read global syms.
+ (process_stubs): Likewise.
+ (discover_functions): Don't used cached symbols.
+ (maybe_insert_function): Correct condition under which function
+ array is realloc'd.
+ (mark_functions_via_relocs): Delete unused variable.
+
2008-05-30 Frediano Ziglio <frediano.ziglio@vodafone.com>
Nick Clifton <nickc@redhat.com>