diff options
author | Alan Modra <amodra@gmail.com> | 2008-04-08 05:48:28 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-04-08 05:48:28 +0000 |
commit | 2ec9638bdae9fae2904b5101194114bcc0c26545 (patch) | |
tree | 6924eab3cdbfd83219669d6b78c6fd9b16d54157 /bfd/ChangeLog | |
parent | a94b9d2d3a081b0dad966ee7618ffba469b54f9f (diff) | |
download | gdb-2ec9638bdae9fae2904b5101194114bcc0c26545.zip gdb-2ec9638bdae9fae2904b5101194114bcc0c26545.tar.gz gdb-2ec9638bdae9fae2904b5101194114bcc0c26545.tar.bz2 |
* elf32-spu.c (spu_elf_build_stubs): Correct error message.
(mark_functions_via_relocs): Remove premature init of symtab_hdr.
(collect_overlays): Commment typo fix.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4e5c262..7cbad1a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2008-04-08 Alan Modra <amodra@bigpond.net.au> + + * elf32-spu.c (spu_elf_build_stubs): Correct error message. + (mark_functions_via_relocs): Remove premature init of symtab_hdr. + (collect_overlays): Commment typo fix. + 2008-04-08 Kees Cook <kees@canonical.com> * elflink.c (bfd_elf_size_dynamic_sections): Ignore GNU-stack note |