PR gas/12754
authorNick Clifton <nickc@redhat.com>
Wed, 18 May 2011 13:52:44 +0000 (13:52 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 18 May 2011 13:52:44 +0000 (13:52 +0000)
* config/tc-tic30.c (ordinal_names): Allow translation of the
ordinal names.

gas/ChangeLog
gas/config/tc-tic30.c

index b6f95289066e63e434e5330e1c027071e53b40f6..a7326572d1085479c2fcaa6b549484ad0931dfa7 100644 (file)
@@ -1,3 +1,9 @@
+2011-05-18  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/12754
+       * config/tc-tic30.c (ordinal_names): Allow translation of the
+       ordinal names.
+
 2011-05-18  Nick Clifton  <nickc@redhat.com>
 
        * config/tc-arm.c (s_unreq): Reword warning message to make it
index 7dea5d7f9d3ac1e7290513c591059df2ea5d8e04..570c833d62ac8cb93d21b9c7abde776258af55db 100644 (file)
@@ -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[]        = ";";
This page took 0.027699 seconds and 4 git commands to generate.