~ubuntu-branches/debian/experimental/binutils/experimental

« back to all changes in this revision

Viewing changes to bfd/elf32-crx.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-07-31 22:20:22 UTC
  • mfrom: (1.7.10)
  • Revision ID: package-import@ubuntu.com-20120731222022-0anxbeg8at8rnrx1
Tags: 2.22.90.20120731-1
New upstream snapshot (taken from the 2.23 branch).

Show diffs side-by-side

added added

removed removed

Lines of Context:
754
754
      bfd_size_type amt;
755
755
 
756
756
      internal_relocs = (_bfd_elf_link_read_relocs
757
 
                         (input_bfd, input_section, (PTR) NULL,
 
757
                         (input_bfd, input_section, NULL,
758
758
                          (Elf_Internal_Rela *) NULL, FALSE));
759
759
      if (internal_relocs == NULL)
760
760
        goto error_return;
984
984
 
985
985
  /* Get a copy of the native relocations.  */
986
986
  internal_relocs = (_bfd_elf_link_read_relocs
987
 
                     (abfd, sec, (PTR) NULL, (Elf_Internal_Rela *) NULL,
 
987
                     (abfd, sec, NULL, (Elf_Internal_Rela *) NULL,
988
988
                      link_info->keep_memory));
989
989
  if (internal_relocs == NULL)
990
990
    goto error_return;