From: Ian Lance Taylor Date: Wed, 26 Mar 1997 22:26:14 +0000 (+0000) Subject: * listing.c (print_lines): Add lineno parameter. Change all X-Git-Tag: gdb-4_18~6004 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cd0c287b0d628d6b305f4d6030d5a7310169f78;p=platform%2Fupstream%2Fbinutils.git * listing.c (print_lines): Add lineno parameter. Change all callers. (listing_listing): Only call calc_hex for the right line. (listing_list): Set the new edict based on the current edict, in order to handle listing commands in macros correctly. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index fccd259..0a1e520 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -5,6 +5,11 @@ Wed Mar 26 13:35:15 1997 H.J. Lu Wed Mar 26 11:32:51 1997 Ian Lance Taylor + * listing.c (print_lines): Add lineno parameter. Change all + callers. + (listing_listing): Only call calc_hex for the right line. + (listing_list): Set the new edict based on the current edict, in + order to handle listing commands in macros correctly. * config/tc-mips.c (insn_uses_reg): Map register numbers in mips16 instructions.