* valops.c (value_slice): Implement (value) bitstring slices.
authorPer Bothner <per@bothner.com>
Fri, 1 Dec 1995 08:06:45 +0000 (08:06 +0000)
committerPer Bothner <per@bothner.com>
Fri, 1 Dec 1995 08:06:45 +0000 (08:06 +0000)
commit5f3e7bfcbfcd9a744d69e5ed2a2a56af38bf2e35
tree94186163ae85f4a226b03c77a04fb35573bcb02a
parentc8b2ba5d4801584559e674774b640b1da8c74738
* valops.c (value_slice):  Implement (value) bitstring slices.
* valprint.c (val_print):  If TYPE_LENGTH is zero, don't automatically
print "<incomplete type>" - Chill has zero-length (string) types.
gdb/ChangeLog
gdb/valops.c