diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-26 22:26:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-26 22:26:14 +0000 |
commit | 8cd0c287b0d628d6b305f4d6030d5a7310169f78 (patch) | |
tree | ae62133f71408ad821f48908689d49dd9caf0c64 /gas | |
parent | 537327bc62e04ad573b4082b8a5c15f44e3417f2 (diff) | |
download | gdb-8cd0c287b0d628d6b305f4d6030d5a7310169f78.zip gdb-8cd0c287b0d628d6b305f4d6030d5a7310169f78.tar.gz gdb-8cd0c287b0d628d6b305f4d6030d5a7310169f78.tar.bz2 |
* 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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <hjl@lucon.org> Wed Mar 26 11:32:51 1997 Ian Lance Taylor <ian@cygnus.com> + * 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. |