From 2ec9638bdae9fae2904b5101194114bcc0c26545 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 8 Apr 2008 05:48:28 +0000 Subject: [PATCH] * 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. --- bfd/ChangeLog | 6 ++++++ bfd/elf32-spu.c | 6 +++--- 2 files changed, 9 insertions(+), 3 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 + + * 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 * elflink.c (bfd_elf_size_dynamic_sections): Ignore GNU-stack note diff --git a/bfd/elf32-spu.c b/bfd/elf32-spu.c index c65a88b..82da03f 100644 --- a/bfd/elf32-spu.c +++ b/bfd/elf32-spu.c @@ -1421,7 +1421,7 @@ spu_elf_build_stubs (struct bfd_link_info *info, int emit_syms) if (spu_elf_section_data (s)->u.o.ovl_index) { (*_bfd_error_handler) (_("%s in overlay section"), - h->root.u.def.section->owner); + h->root.root.string); bfd_set_error (bfd_error_bad_value); return FALSE; } @@ -2067,7 +2067,7 @@ mark_functions_via_relocs (asection *sec, int call_tree) { Elf_Internal_Rela *internal_relocs, *irelaend, *irela; - Elf_Internal_Shdr *symtab_hdr = &elf_tdata (sec->owner)->symtab_hdr; + Elf_Internal_Shdr *symtab_hdr; Elf_Internal_Sym *syms; void *psyms; static bfd_boolean warned; @@ -3156,7 +3156,7 @@ auto_ovl_lib_functions (struct bfd_link_info *info, unsigned int lib_size) } /* Build an array of overlay sections. The deepest node's section is - added first, the its parent node's section, then everything called + added first, then its parent node's section, then everything called from the parent section. The idea being to group sections to minimise calls between different overlays. */ -- 2.7.4