Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / ld / emultempl / needrelax.em
index 242b778743546069cde63c6e5c75620f8b97a245..5e052c0772af8ced1f1d6130fb86f8c91564d009 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.
 #
@@ -34,7 +34,7 @@ need_relax_${EMULATION_NAME}_before_allocation ()
   gld${EMULATION_NAME}_before_allocation ();
 
   /* Force -relax on if not doing a relocatable link.  */
-  if (! link_info.relocateable)
+  if (! link_info.relocatable)
     command_line.relax = TRUE;
 }
 EOF
This page took 0.025106 seconds and 4 git commands to generate.