+2007-12-04 Alan Modra <amodra@bigpond.net.au>
+
+ * elf32-spu.c (spu_elf_size_stubs): Correct section alignment.
+
2007-11-30 Richard Sandiford <rsandifo@nildram.co.uk>
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use the
htab->stub = bfd_make_section_anyway_with_flags (ibfd, ".stub", flags);
*stub = htab->stub;
if (htab->stub == NULL
- || !bfd_set_section_alignment (ibfd, htab->stub, 2))
+ || !bfd_set_section_alignment (ibfd, htab->stub, 4))
return FALSE;
flags = (SEC_ALLOC | SEC_LOAD
htab->ovtab = bfd_make_section_anyway_with_flags (ibfd, ".ovtab", flags);
*ovtab = htab->ovtab;
if (htab->ovtab == NULL
- || !bfd_set_section_alignment (ibfd, htab->stub, 4))
+ || !bfd_set_section_alignment (ibfd, htab->ovtab, 4))
return FALSE;
*toe = bfd_make_section_anyway_with_flags (ibfd, ".toe", SEC_ALLOC);