]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/emultempl/ppc64elf.em
Correct spelling of "relocatable".
[thirdparty/binutils-gdb.git] / ld / emultempl / ppc64elf.em
index d24ecf44296860a684cd09cc06a29ae0cf5fab77..dfe7932bc04ab3c6be4fd6dee848273f303146bf 100644 (file)
@@ -270,7 +270,7 @@ ppc_layout_sections_again (void)
 static void
 gld${EMULATION_NAME}_after_allocation (void)
 {
-  if (!link_info.relocateable)
+  if (!link_info.relocatable)
     _bfd_set_gp_value (output_bfd, ppc64_elf_toc (output_bfd));
 }
 
@@ -319,7 +319,7 @@ gld${EMULATION_NAME}_finish (void)
 
   /* If generating a relocatable output file, then we don't have any
      stubs.  */
-  if (stub_file != NULL && !link_info.relocateable)
+  if (stub_file != NULL && !link_info.relocatable)
     {
       int ret = ppc64_elf_setup_section_lists (output_bfd, &link_info);
       if (ret != 0)