aboutsummaryrefslogtreecommitdiff
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
commitd0da06e2dfbebf62eef7a2ec510240844972dbdb (patch)
treeddb0aacfd40abb316c672c7e5ac772c6edafffd1 /gas/config/tc-tic30.c
parent9c489990bb00f32858569d48f79ce8116e0ee050 (diff)
downloadgdb-d0da06e2dfbebf62eef7a2ec510240844972dbdb.zip
gdb-d0da06e2dfbebf62eef7a2ec510240844972dbdb.tar.gz
gdb-d0da06e2dfbebf62eef7a2ec510240844972dbdb.tar.bz2
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 7dea5d7..570c833 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[] = ";";