]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/emultempl/mmixelf.em
Use bool in ld
[thirdparty/binutils-gdb.git] / ld / emultempl / mmixelf.em
index 23a501e396286da002b3264b51a7d8c82c07e4aa..44c82872448a485fde3b72cefba5a16228cde492 100644 (file)
@@ -37,9 +37,9 @@ elfmmix_before_parse (void)
      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;
 
-  config.separate_code = `if test "x${SEPARATE_CODE}" = xyes ; then echo TRUE ; else echo FALSE ; fi`;
+  config.separate_code = `if test "x${SEPARATE_CODE}" = xyes ; then echo true ; else echo false ; fi`;
 }
 EOF