summaryrefslogtreecommitdiff
path: root/gas/config/tc-tic54x.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-tic54x.c')
-rw-r--r--gas/config/tc-tic54x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-tic54x.c b/gas/config/tc-tic54x.c
index da2c755946c..f41cc0534a1 100644
--- a/gas/config/tc-tic54x.c
+++ b/gas/config/tc-tic54x.c
@@ -3986,7 +3986,7 @@ emit_insn (tic54x_insn *insn)
if (insn->opcode[i].unresolved)
fix_new_exp (frag_now, p - frag_now->fr_literal,
insn->opcode[i].r_nchars, &insn->opcode[i].addr_expr,
- FALSE, insn->opcode[i].r_type);
+ false, insn->opcode[i].r_type);
}
}
@@ -5037,7 +5037,7 @@ md_atof (int type, char *literalP, int *sizeP)
{
/* Target data is little-endian, but floats are stored
big-"word"ian. ugh. */
- return ieee_md_atof (type, literalP, sizeP, TRUE);
+ return ieee_md_atof (type, literalP, sizeP, true);
}
arelent *