aboutsummaryrefslogtreecommitdiff
path: root/gas/cgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/cgen.c')
-rw-r--r--gas/cgen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/cgen.c b/gas/cgen.c
index 3baee8f..759b382 100644
--- a/gas/cgen.c
+++ b/gas/cgen.c
@@ -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;
}