summaryrefslogtreecommitdiffstats
path: root/gas/cgen.c
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2001-05-16 23:06:02 +0000
committerJeff Johnston <jjohnstn@redhat.com>2001-05-16 23:06:02 +0000
commitaaa4f6d96fb87589796623dfc045d7a8b68c7228 (patch)
tree517063cb2feca674533372273f365c18d3a85951 /gas/cgen.c
parente05c6d27bff97cd9080cdc554482e128c9e6f6e7 (diff)
downloadppe42-binutils-aaa4f6d96fb87589796623dfc045d7a8b68c7228.tar.gz
ppe42-binutils-aaa4f6d96fb87589796623dfc045d7a8b68c7228.zip
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.
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 3baee8fe94..759b382008 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;
}
OpenPOWER on IntegriCloud