mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
PR gas/12754
* config/tc-tic30.c (ordinal_names): Allow translation of the ordinal names.
This commit is contained in:
@ -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>
|
2011-05-18 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* config/tc-arm.c (s_unreq): Reword warning message to make it
|
* config/tc-arm.c (s_unreq): Reword warning message to make it
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
static char operand_special_chars[] = "%$-+(,)*._~/<>&^!:[@]";
|
static char operand_special_chars[] = "%$-+(,)*._~/<>&^!:[@]";
|
||||||
static char *ordinal_names[] =
|
static char *ordinal_names[] =
|
||||||
{
|
{
|
||||||
"first", "second", "third", "fourth", "fifth"
|
N_("first"), N_("second"), N_("third"), N_("fourth"), N_("fifth")
|
||||||
};
|
};
|
||||||
|
|
||||||
const char comment_chars[] = ";";
|
const char comment_chars[] = ";";
|
||||||
|
Reference in New Issue
Block a user