Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / ld / emultempl / m68kelf.em
index cb3b86bbfef2f6192772fc7d1f4abf6bc3059ce4..0bc20efbcf43c64b975b447b001c1aedce037d20 100644 (file)
@@ -1,5 +1,5 @@
 # This shell script emits a C file. -*- C -*-
-#   Copyright 2000, 2001 Free Software Foundation, Inc.
+#   Copyright 2000, 2001, 2003 Free Software Foundation, Inc.
 #   Written by Michael Sokolov <msokolov@ivan.Harhan.ORG>, based on armelf.em
 #
 # This file is part of GLD, the Gnu Linker.
@@ -47,7 +47,7 @@ m68k_elf_after_open ()
 
 #ifdef SUPPORT_EMBEDDED_RELOCS
   if (command_line.embedded_relocs
-      && (! link_info.relocateable))
+      && (! link_info.relocatable))
     {
       bfd *abfd;
 
@@ -131,7 +131,7 @@ m68k_elf_after_allocation ()
 
 #ifdef SUPPORT_EMBEDDED_RELOCS
   if (command_line.embedded_relocs
-      && (! link_info.relocateable))
+      && (! link_info.relocatable))
     {
       bfd *abfd;
 
This page took 0.02566 seconds and 4 git commands to generate.