]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/emultempl/cr16elf.em
Use bool in ld
[thirdparty/binutils-gdb.git] / ld / emultempl / cr16elf.em
index abae7e6c86a4ce88ec1bdbee033513aa4680882e..b155dd63e502546e49eee640d50e6b32cf9f94c9 100644 (file)
@@ -112,12 +112,12 @@ cr16elf_after_parse (void)
      option.
      This is to emulate the CRTools' method of keeping variables
      of different alignment in separate sections.  */
-  config.sort_common = TRUE;
+  config.sort_common = true;
 
   /* Don't create a demand-paged executable, since this feature isn't
      meaninful in CR16 embedded systems. Moreover, when magic_demand_paged
      is true the link sometimes fails.  */
-  config.magic_demand_paged = FALSE;
+  config.magic_demand_paged = false;
 
   ldelf_after_parse ();
 }