* listing.c (data_buffer): Set size based on other listing macros,
authorIan Lance Taylor <ian@airs.com>
Fri, 25 Apr 1997 16:04:44 +0000 (16:04 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 25 Apr 1997 16:04:44 +0000 (16:04 +0000)
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.

gas/ChangeLog

index 2e61ecd87814323e7c80c4d4a63d331117391609..a90647403d2005fb56b9e721b500eac037348adc 100644 (file)
@@ -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.
This page took 0.029866 seconds and 4 git commands to generate.