+2006-02-10 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf.c (copy_private_bfd_data): Minor update.
+
2006-02-10 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/2258
static bfd_boolean
copy_private_bfd_data (bfd *ibfd, bfd *obfd)
{
- Elf_Internal_Phdr *segment;
-
if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour
|| bfd_get_flavour (obfd) != bfd_target_elf_flavour)
return TRUE;
{
/* Check if any sections in the input BFD covered by ELF program
header are changed. */
+ Elf_Internal_Phdr *segment;
asection *section, *osec;
unsigned int i, num_segments;
Elf_Internal_Shdr *this_hdr;