diff options
author | Alan Modra <amodra@gmail.com> | 2008-06-04 07:07:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-06-04 07:07:19 +0000 |
commit | 1f27ab8de13effd59edd908b97136c23f31fd403 (patch) | |
tree | aa79ef748229e7bc44d873cb30298c9bfc6d4674 /bfd/ChangeLog | |
parent | 73e752baef6a5eca8150257d98911f3caf59537e (diff) | |
download | gdb-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/ChangeLog | 9 |
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> |