summaryrefslogtreecommitdiff
path: root/gas/config/tc-tic30.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-05-18 13:52:44 +0000
committerNick Clifton <nickc@redhat.com>2011-05-18 13:52:44 +0000
commit80fb58a3662da21e266dff7b36a0532b6542e600 (patch)
tree03943c97fe646d4d69170b150cb2a0e3454b2f81 /gas/config/tc-tic30.c
parent3f5d3a9895ed3f930fc889b53fdee84179ccdba4 (diff)
downloadbinutils-redhat-80fb58a3662da21e266dff7b36a0532b6542e600.tar.gz
PR gas/12754
* config/tc-tic30.c (ordinal_names): Allow translation of the ordinal names.
Diffstat (limited to 'gas/config/tc-tic30.c')
-rw-r--r--gas/config/tc-tic30.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tic30.c b/gas/config/tc-tic30.c
index 7dea5d7f9d..570c833d62 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[] = ";";