From: Michael Meissner Date: Mon, 18 May 1998 20:56:45 +0000 (+0000) Subject: Change subtraction of two symbols message; At end of file flush any debug_sym links X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e13d507e0fd9a949046c575a6d812875be95bfb1;p=binutils-gdb.git Change subtraction of two symbols message; At end of file flush any debug_sym links --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 0a7368c7dd7..7022b3fbe46 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Mon May 18 16:55:40 1998 Michael Meissner + + * write.c (fixup_segment): Change sym1-sym2 message again. + start-sanitize-r5900 Mon May 18 11:49:04 1998 Jeffrey A Law (law@cygnus.com) diff --git a/gas/write.c b/gas/write.c index 4880441a777..80616d62936 100644 --- a/gas/write.c +++ b/gas/write.c @@ -2550,7 +2550,7 @@ fixup_segment (fixP, this_segment_type) char buf[50]; sprint_value (buf, fragP->fr_address + where); as_bad_where (fixP->fx_file, fixP->fx_line, - _("Can't emit reloc symbol \"%s\" {%s segment} - symbol \"%s\" {%s segment} at file address %s."), + _("Subtraction of two symbols in different segments \"%s\" {%s segment} - \"%s\" {%s segment} at file address %s."), S_GET_NAME (add_symbolP), segment_name (S_GET_SEGMENT (add_symbolP)), S_GET_NAME (sub_symbolP),