From d0da06e2dfbebf62eef7a2ec510240844972dbdb Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 18 May 2011 13:52:44 +0000 Subject: [PATCH] PR gas/12754 * config/tc-tic30.c (ordinal_names): Allow translation of the ordinal names. --- gas/ChangeLog | 6 ++++++ gas/config/tc-tic30.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index b6f95289066..a7326572d10 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2011-05-18 Nick Clifton + + PR gas/12754 + * config/tc-tic30.c (ordinal_names): Allow translation of the + ordinal names. + 2011-05-18 Nick Clifton * config/tc-arm.c (s_unreq): Reword warning message to make it diff --git a/gas/config/tc-tic30.c b/gas/config/tc-tic30.c index 7dea5d7f9d3..570c833d62a 100644 --- a/gas/config/tc-tic30.c +++ b/gas/config/tc-tic30.c @@ -34,7 +34,7 @@ static char operand_special_chars[] = "%$-+(,)*._~/<>&^!:[@]"; static char *ordinal_names[] = { - "first", "second", "third", "fourth", "fifth" + N_("first"), N_("second"), N_("third"), N_("fourth"), N_("fifth") }; const char comment_chars[] = ";"; -- 2.30.2