summaryrefslogtreecommitdiff
path: root/gas/config/tc-ip2k.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-ip2k.c')
-rw-r--r--gas/config/tc-ip2k.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-ip2k.c b/gas/config/tc-ip2k.c
index 853ed67c8f3..0adc672a120 100644
--- a/gas/config/tc-ip2k.c
+++ b/gas/config/tc-ip2k.c
@@ -161,7 +161,7 @@ md_begin (void)
/* Set the machine type. */
bfd_default_set_arch_mach (stdoutput, bfd_arch_ip2k, ip2k_mach);
- literal_prefix_dollar_hex = TRUE;
+ literal_prefix_dollar_hex = true;
}
@@ -315,7 +315,7 @@ md_number_to_chars (char * buf, valueT val, int n)
const char *
md_atof (int type, char * litP, int * sizeP)
{
- return ieee_md_atof (type, litP, sizeP, TRUE);
+ return ieee_md_atof (type, litP, sizeP, true);
}