* 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)
commit49f5a035dd43842d07cc0a5e98d81cfbc5c1ab90
treed79a5bb1f8a5099358de130a07c9ca0516442334
parent157d3d5daab0768832a870ea14c512484f90f46b
* 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.
gas/ChangeLog