Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / ld / emultempl / mipself.em
index 62a53e0a57f36505967a6e8a8878517de267d9c6..944fbe1ecfa0e0c65ea6a8105d40e1a38522bef6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2002 Free Software Foundation, Inc.
+# Copyright 2002, 2003 Free Software Foundation, Inc.
 #   Written by Mitch Lichtenberg <mpl@broadcom.com> and
 #   Chris Demetriou <cgd@broadcom.com> based on m68kelf.em and mipsecoff.em.
 #
@@ -49,7 +49,7 @@ mips_elf${ELFSIZE}_after_open()
   gld${EMULATION_NAME}_after_open ();
 
 #ifdef SUPPORT_EMBEDDED_RELOCS
-  if (command_line.embedded_relocs && (! link_info.relocateable))
+  if (command_line.embedded_relocs && (! link_info.relocatable))
     {  
       bfd *abfd;
 
@@ -140,7 +140,7 @@ mips_elf${ELFSIZE}_after_allocation ()
   after_allocation_default ();
 
 #ifdef SUPPORT_EMBEDDED_RELOCS
-  if (command_line.embedded_relocs && (! link_info.relocateable))
+  if (command_line.embedded_relocs && (! link_info.relocatable))
     {
       bfd *abfd;
       
This page took 0.024407 seconds and 4 git commands to generate.