s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
[deliverable/binutils-gdb.git] / ld / emultempl / mmixelf.em
index e84f0b76899ece532975d5ca9c63ab33964c09c9..80d2d94830c7c319c9d503d35d58a4561155998f 100644 (file)
@@ -1,5 +1,5 @@
 # This shell script emits a C file. -*- C -*-
-#   Copyright 2001 Free Software Foundation, Inc.
+#   Copyright 2001, 2002 Free Software Foundation, Inc.
 #
 # This file is part of GLD, the Gnu Linker.
 #
@@ -39,7 +39,7 @@ elfmmix_before_parse ()
      page in the linked file, which is non-intuitive.  If there's ever a
      full system with shared libraries and demand paging, you will want to
      exclude this file.  */
-  config.magic_demand_paged = false;
+  config.magic_demand_paged = FALSE;
 }
 EOF
 
This page took 0.024496 seconds and 4 git commands to generate.