mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 08:02:20 +08:00
PR gas/5175
* config/tc-xc16x.c: Fix formatting and internationalization. * gas.pot: Regenerate.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2007-10-18 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
PR gas/5175
|
||||||
|
* config/tc-xc16x.c: Fix formatting and internationalization.
|
||||||
|
* gas.pot: Regenerate.
|
||||||
|
|
||||||
2007-10-17 Nick Clifton <nickc@redhat.com>
|
2007-10-17 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR gas/5173
|
PR gas/5173
|
||||||
|
@ -189,7 +189,7 @@ md_cgen_lookup_reloc (const CGEN_INSN *insn ATTRIBUTE_UNUSED,
|
|||||||
fixP->fx_where += 2;
|
fixP->fx_where += 2;
|
||||||
return BFD_RELOC_XC16X_SOF;
|
return BFD_RELOC_XC16X_SOF;
|
||||||
|
|
||||||
default : /* avoid -Wall warning */
|
default : /* Avoid -Wall warning. */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -241,7 +241,7 @@ int
|
|||||||
md_estimate_size_before_relax (fragS *fragP ATTRIBUTE_UNUSED,
|
md_estimate_size_before_relax (fragS *fragP ATTRIBUTE_UNUSED,
|
||||||
segT segment_type ATTRIBUTE_UNUSED)
|
segT segment_type ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
printf (_("call tomd_estimate_size_before_relax \n"));
|
printf (_("call to md_estimate_size_before_relax \n"));
|
||||||
abort ();
|
abort ();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -282,7 +282,7 @@ tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp)
|
|||||||
|| S_GET_SEGMENT (fixp->fx_addsy) == undefined_section)
|
|| S_GET_SEGMENT (fixp->fx_addsy) == undefined_section)
|
||||||
{
|
{
|
||||||
as_bad_where (fixp->fx_file, fixp->fx_line,
|
as_bad_where (fixp->fx_file, fixp->fx_line,
|
||||||
"Difference of symbols in different sections is not supported");
|
_("Difference of symbols in different sections is not supported"));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -298,7 +298,7 @@ tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp)
|
|||||||
#define DEBUG 0
|
#define DEBUG 0
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
fprintf (stderr, "%s\n", bfd_get_reloc_code_name (r_type));
|
fprintf (stderr, "%s\n", bfd_get_reloc_code_name (r_type));
|
||||||
fflush(stderr);
|
fflush (stderr);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
rel->howto = bfd_reloc_type_lookup (stdoutput, r_type);
|
rel->howto = bfd_reloc_type_lookup (stdoutput, r_type);
|
||||||
@ -316,7 +316,7 @@ tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp)
|
|||||||
void
|
void
|
||||||
md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
|
md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
if(!strstr (seg->name,".debug"))
|
if (!strstr (seg->name,".debug"))
|
||||||
{
|
{
|
||||||
if (*valP < 128)
|
if (*valP < 128)
|
||||||
*valP /= 2;
|
*valP /= 2;
|
||||||
@ -340,5 +340,3 @@ md_convert_frag (bfd *headers ATTRIBUTE_UNUSED,
|
|||||||
printf (_("call to md_convert_frag \n"));
|
printf (_("call to md_convert_frag \n"));
|
||||||
abort ();
|
abort ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
|
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
|
||||||
"POT-Creation-Date: 2007-10-17 17:39+0100\n"
|
"POT-Creation-Date: 2007-10-18 11:59+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -4793,12 +4793,12 @@ msgstr ""
|
|||||||
msgid "call to md_convert_frag \n"
|
msgid "call to md_convert_frag \n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: config/tc-h8300.c:2099
|
#: config/tc-h8300.c:2099 config/tc-xc16x.c:244
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "call to md_estimate_size_before_relax \n"
|
msgid "call to md_estimate_size_before_relax \n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: config/tc-h8300.c:2128
|
#: config/tc-h8300.c:2128 config/tc-xc16x.c:285
|
||||||
msgid "Difference of symbols in different sections is not supported"
|
msgid "Difference of symbols in different sections is not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -12694,11 +12694,6 @@ msgstr ""
|
|||||||
msgid " XC16X specific command line options:\n"
|
msgid " XC16X specific command line options:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: config/tc-xc16x.c:244
|
|
||||||
#, c-format
|
|
||||||
msgid "call tomd_estimate_size_before_relax \n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: config/tc-xstormy16.c:78
|
#: config/tc-xstormy16.c:78
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid " XSTORMY16 specific command line options:\n"
|
msgid " XSTORMY16 specific command line options:\n"
|
||||||
|
Reference in New Issue
Block a user