mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
2001-05-16 Jeff Johnston <jjohnstn@redhat.com>
* cgen.c (gas_cgen_tc_gen_reloc): Changed error message when howto entry is not found. Fix for 105023-CR-1.
This commit is contained in:
parent
e05c6d27bf
commit
aaa4f6d96f
@ -1,3 +1,8 @@
|
||||
2001-05-16 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* cgen.c (gas_cgen_tc_gen_reloc): Changed error message when
|
||||
howto entry is not found.
|
||||
|
||||
2001-05-15 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* config/tc-mn10300.c (mn10300_force_relocation): Don't
|
||||
|
@ -669,8 +669,7 @@ gas_cgen_tc_gen_reloc (section, fixP)
|
||||
if (reloc->howto == (reloc_howto_type *) NULL)
|
||||
{
|
||||
as_bad_where (fixP->fx_file, fixP->fx_line,
|
||||
_("internal error: can't export reloc type %d (`%s')"),
|
||||
fixP->fx_r_type, bfd_get_reloc_code_name (fixP->fx_r_type));
|
||||
_("relocation is not supported"));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user