aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/rxlinux.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/rxlinux.em')
-rw-r--r--ld/emultempl/rxlinux.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/rxlinux.em b/ld/emultempl/rxlinux.em
index cf800a6..d3a1c61 100644
--- a/ld/emultempl/rxlinux.em
+++ b/ld/emultempl/rxlinux.em
@@ -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