aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-04-25 16:04:44 +0000
committerIan Lance Taylor <ian@airs.com>1997-04-25 16:04:44 +0000
commit49f5a035dd43842d07cc0a5e98d81cfbc5c1ab90 (patch)
treed79a5bb1f8a5099358de130a07c9ca0516442334 /gas
parent157d3d5daab0768832a870ea14c512484f90f46b (diff)
downloadgdb-49f5a035dd43842d07cc0a5e98d81cfbc5c1ab90.zip
gdb-49f5a035dd43842d07cc0a5e98d81cfbc5c1ab90.tar.gz
gdb-49f5a035dd43842d07cc0a5e98d81cfbc5c1ab90.tar.bz2
* listing.c (data_buffer): Set size based on other listing macros,
rather than always using 100. (data_buffer_size): Remove static variable. (calc_hex): Make data_buffer_size a local variable. Don't leave any slop when filling data_buffer.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2e61ecd..a906474 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,11 @@
+Fri Apr 25 12:03:15 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * listing.c (data_buffer): Set size based on other listing macros,
+ rather than always using 100.
+ (data_buffer_size): Remove static variable.
+ (calc_hex): Make data_buffer_size a local variable. Don't leave
+ any slop when filling data_buffer.
+
Mon Apr 21 15:33:19 1997 Ian Lance Taylor <ian@cygnus.com>
* doc/c-mips.texi: Document .set autoextend.