From 8cd0c287b0d628d6b305f4d6030d5a7310169f78 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 26 Mar 1997 22:26:14 +0000 Subject: [PATCH] * 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. --- gas/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index fccd259d83..0a1e520201 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. -- 2.34.1