diff options
author | Wilfried Moser <moser@cygnus> | 1996-01-29 08:17:22 +0000 |
---|---|---|
committer | Wilfried Moser <moser@cygnus> | 1996-01-29 08:17:22 +0000 |
commit | d221b17e83dc8562129b8e9284021baa89e3c877 (patch) | |
tree | ebac50e4ff99151cfef40b713f18ccc080123db1 /gdb/ChangeLog | |
parent | d59558827ed8da7fd4cf379a5bb25f3a2fca3091 (diff) | |
download | gdb-d221b17e83dc8562129b8e9284021baa89e3c877.zip gdb-d221b17e83dc8562129b8e9284021baa89e3c877.tar.gz gdb-d221b17e83dc8562129b8e9284021baa89e3c877.tar.bz2 |
* 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
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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) <moser@rtl.cygnus.com> + + * 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 <fnf@cygnus.com> * config/xm-linux.h: Move include of solib.h and #define of |