Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / ld / emultempl / mmix-elfnmmo.em
index 8ec604f6e3667da7716a72d773d9c859e417915f..3a2b8703d7a95462e07ca75e8fc98fba6778e56e 100644 (file)
@@ -1,5 +1,5 @@
 # This shell script emits a C file. -*- C -*-
-#   Copyright 2001, 2002 Free Software Foundation, Inc.
+#   Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
 #
 # This file is part of GLD, the Gnu Linker.
 #
@@ -42,7 +42,7 @@ mmix_before_allocation ()
      maintenance burden of checking that it still does what we need.)  */
 
   /* Force -relax on if not doing a relocatable link.  */
-  if (! link_info.relocateable)
+  if (! link_info.relocatable)
     command_line.relax = TRUE;
 
   if (!_bfd_mmix_prepare_linker_allocated_gregs (output_bfd, &link_info))
This page took 0.025456 seconds and 4 git commands to generate.