Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 699180
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
0
-- a/bfd/elfnn-ia64.c
0
++ b/bfd/elfnn-ia64.c
Lines 4740-4749 elfNN_ia64_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info) Link Here
4740
  flagword in_flags;
4740
  flagword in_flags;
4741
  bfd_boolean ok = TRUE;
4741
  bfd_boolean ok = TRUE;
4742
4742
4743
  /* Don't even pretend to support mixed-format linking.  */
4744
  if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour
4743
  if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour
4745
      || bfd_get_flavour (obfd) != bfd_target_elf_flavour)
4744
      || bfd_get_flavour (obfd) != bfd_target_elf_flavour)
4746
    return FALSE;
4745
    return TRUE;
4747
4746
4748
  in_flags  = elf_elfheader (ibfd)->e_flags;
4747
  in_flags  = elf_elfheader (ibfd)->e_flags;
4749
  out_flags = elf_elfheader (obfd)->e_flags;
4748
  out_flags = elf_elfheader (obfd)->e_flags;

Return to bug 699180