* listing.c (MAX_BYTES): Use listing variables not constants.
authorRichard Henderson <rth@redhat.com>
Tue, 27 Jan 1998 14:56:15 +0000 (14:56 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 27 Jan 1998 14:56:15 +0000 (14:56 +0000)
commit76f9e5afa3c762dfcc3b2c92d2b6c349e0f6f0b2
treecb80adfcb4f358107e60e9768e3d45ea6d1b3421
parent7b7a88d0e1b202635670ee85f7150cf387931d48
* listing.c (MAX_BYTES): Use listing variables not constants.
(data_buffer): No longer an array, but a pointer.
(calc_hex): sizeof(data_buffer) -> MAX_BYTES.
(listing_listing): Allocate data_buffer.
gas/ChangeLog
gas/listing.c
This page took 0.02477 seconds and 4 git commands to generate.