Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / ld / emultempl / mmo.em
index e65e89bc5d97921b67cac7a5e84e73d6b0439fe4..84d1197c1e6335d3467a580982a72eb0be706b94 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.
 #
@@ -97,7 +97,7 @@ mmo_place_orphan (file, s)
   asection *snew, **pps, *bfd_section;
 
   /* We have nothing to say for anything other than a final link.  */
-  if (link_info.relocateable
+  if (link_info.relocatable
       || (bfd_get_section_flags (s->owner, s)
          & (SEC_EXCLUDE | SEC_LOAD)) != SEC_LOAD)
     return FALSE;
This page took 0.025222 seconds and 4 git commands to generate.