Use bool in ld
[deliverable/binutils-gdb.git] / ld / emultempl / rxlinux.em
index cf800a660ca301398eec7314d19044900616aeac..d3a1c61ef92a414f8530d99fc91214c98f1ca70c 100644 (file)
@@ -32,9 +32,9 @@ fragment <<EOF
 static void
 rx_linux_create_output_section_statements (void)
 {
-  extern void bfd_elf32_rx_set_target_flags (bfd_boolean, bfd_boolean);
+  extern void bfd_elf32_rx_set_target_flags (bool, bool);
 
-  bfd_elf32_rx_set_target_flags (FALSE, FALSE);
+  bfd_elf32_rx_set_target_flags (false, false);
 }
 
 EOF
This page took 0.024408 seconds and 4 git commands to generate.