* elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
[deliverable/binutils-gdb.git] / bfd / elf32-ppc.c
index 81a4b62ccd2ceee68f4ce9ab11597c63da67181e..64c2839f42170043552f794e0c45071511156e77 100644 (file)
@@ -1735,9 +1735,9 @@ ppc_elf_relax_section (abfd, isec, link_info, again)
 
          /* Get a copy of the native relocations.  */
          internal_relocs
-           = _bfd_elf32_link_read_relocs (abfd, isec, (PTR) NULL,
-                                          (Elf_Internal_Rela *) NULL,
-                                          link_info->keep_memory);
+           = _bfd_elf_link_read_relocs (abfd, isec, (PTR) NULL,
+                                        (Elf_Internal_Rela *) NULL,
+                                        link_info->keep_memory);
          if (internal_relocs == NULL)
            goto error_return;
          if (! link_info->keep_memory)
@@ -3860,9 +3860,9 @@ ppc_elf_tls_optimize (obfd, info)
            int expecting_tls_get_addr;
 
            /* Read the relocations.  */
-           relstart = _bfd_elf32_link_read_relocs (ibfd, sec, (PTR) NULL,
-                                                   (Elf_Internal_Rela *) NULL,
-                                                   info->keep_memory);
+           relstart = _bfd_elf_link_read_relocs (ibfd, sec, (PTR) NULL,
+                                                 (Elf_Internal_Rela *) NULL,
+                                                 info->keep_memory);
            if (relstart == NULL)
              return FALSE;
 
This page took 0.02557 seconds and 4 git commands to generate.