PR gas/5158

* config/tc-h8300.c (tc_gen_reloc): Allow for translation of error message.
* po/gas.pot: Regenerate.
This commit is contained in:
Nick Clifton 2007-10-11 14:17:44 +00:00
parent 96ef6e0f8b
commit c85dd50da2
8 changed files with 39123 additions and 17710 deletions

View file

@ -5,6 +5,11 @@
2007-10-11 Nick Clifton <nickc@redhat.com>
PR gas/5158
* config/tc-h8300.c (tc_gen_reloc): Allow for translation of error
message.
* po/gas.pot: Regenerate.
PR gas/5155
* config/tc-msp430.c: Fix spelling typos.

View file

@ -2145,10 +2145,10 @@ md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
}
int
md_estimate_size_before_relax (register fragS *fragP ATTRIBUTE_UNUSED,
register segT segment_type ATTRIBUTE_UNUSED)
md_estimate_size_before_relax (fragS *fragP 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 ();
}
@ -2177,13 +2177,13 @@ tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp)
|| S_GET_SEGMENT (fixp->fx_addsy) == undefined_section)
{
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;
}
}
rel = (arelent *) xmalloc (sizeof (arelent));
rel->sym_ptr_ptr = (asymbol **) xmalloc (sizeof (asymbol *));
rel = xmalloc (sizeof (arelent));
rel->sym_ptr_ptr = xmalloc (sizeof (asymbol *));
*rel->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy);
rel->address = fixp->fx_frag->fr_address + fixp->fx_where;
rel->addend = fixp->fx_offset;
@ -2193,7 +2193,7 @@ tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp)
#define DEBUG 0
#if DEBUG
fprintf (stderr, "%s\n", bfd_get_reloc_code_name (r_type));
fflush(stderr);
fflush (stderr);
#endif
rel->howto = bfd_reloc_type_lookup (stdoutput, r_type);
if (rel->howto == NULL)

View file

@ -5,8 +5,11 @@ asintl.h
atof-generic.c
bignum.h
bit_fix.h
cgen.c
cgen.h
cond.c
config/atof-ieee.c
config/atof-vax.c
config/e-crisaout.c
config/e-criself.c
config/e-i386aout.c
@ -68,6 +71,8 @@ config/tc-ia64.c
config/tc-ia64.h
config/tc-ip2k.c
config/tc-ip2k.h
config/tc-iq2000.c
config/tc-iq2000.h
config/tc-m32c.c
config/tc-m32c.h
config/tc-m32r.c
@ -76,6 +81,8 @@ config/tc-m68hc11.c
config/tc-m68hc11.h
config/tc-m68k.c
config/tc-m68k.h
config/tc-maxq.c
config/tc-maxq.h
config/tc-mcore.c
config/tc-mcore.h
config/tc-mep.c
@ -90,6 +97,8 @@ config/tc-mn10300.c
config/tc-mn10300.h
config/tc-msp430.c
config/tc-msp430.h
config/tc-mt.c
config/tc-mt.h
config/tc-ns32k.c
config/tc-ns32k.h
config/tc-openrisc.c
@ -116,6 +125,8 @@ config/tc-spu.c
config/tc-spu.h
config/tc-tic30.c
config/tc-tic30.h
config/tc-tic4x.c
config/tc-tic4x.h
config/tc-tic54x.c
config/tc-tic54x.h
config/tc-v850.c
@ -132,6 +143,42 @@ config/tc-z80.c
config/tc-z80.h
config/tc-z8k.c
config/tc-z8k.h
config/te-386bsd.h
config/te-aix5.h
config/te-armeabi.h
config/te-armlinuxeabi.h
config/te-dynix.h
config/te-epoc-pe.h
config/te-freebsd.h
config/te-generic.h
config/te-gnu.h
config/te-go32.h
config/te-hppa64.h
config/te-hppa.h
config/te-hppalinux64.h
config/te-i386aix.h
config/te-ia64aix.h
config/te-interix.h
config/te-lnews.h
config/te-lynx.h
config/te-mach.h
config/te-macos.h
config/te-nbsd532.h
config/te-nbsd.h
config/te-netware.h
config/te-pc532mach.h
config/te-pe.h
config/te-psos.h
config/te-riscix.h
config/te-sparcaout.h
config/te-sun3.h
config/te-svr4.h
config/te-symbian.h
config/te-tmips.h
config/te-vxworks.h
config/te-wince-pe.h
config/xtensa-relax.c
config/xtensa-relax.h
depend.c
dw2gencfi.c
dw2gencfi.h
@ -169,6 +216,7 @@ output-file.c
output-file.h
read.c
read.h
remap.c
sb.c
sb.h
stabs.c

File diff suppressed because it is too large Load diff

14997
gas/po/fr.po

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

18419
gas/po/rw.po

File diff suppressed because it is too large Load diff

13965
gas/po/tr.po

File diff suppressed because it is too large Load diff