From d221b17e83dc8562129b8e9284021baa89e3c877 Mon Sep 17 00:00:00 2001 From: Wilfried Moser Date: Mon, 29 Jan 1996 08:17:22 +0000 Subject: * ch-valprint.c (calculate_array_length): New function to determine the length of an array type (see comment). (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an array type is zero, call calculate_array_length. * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): They values may not be sorted. Scan all entries and set the real lower and --- gdb/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bd233a1..363ee78 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +Mon Jan 29 00:10:35 1996 Wilfried Moser (Alcatel) + + * ch-valprint.c (calculate_array_length): New function to determine + the length of an array type (see comment). + (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an + array type is zero, call calculate_array_length. + + * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): They values + may not be sorted. Scan all entries and set the real lower and + upper bound. + Sun Jan 28 15:50:42 1996 Fred Fish * config/xm-linux.h: Move include of solib.h and #define of -- cgit v1.1