aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1995-10-05 01:09:53 +0000
committerPer Bothner <per@bothner.com>1995-10-05 01:09:53 +0000
commit706bfe5a1c25b80f2af9c48477035cfe73987ae4 (patch)
treece4a369a9f5beaa3c7a7909bd4708aec8a3b2340 /gdb/ChangeLog
parentc780e5dbafac580ef35286c4325ecf59015f12b1 (diff)
downloadgdb-706bfe5a1c25b80f2af9c48477035cfe73987ae4.zip
gdb-706bfe5a1c25b80f2af9c48477035cfe73987ae4.tar.gz
gdb-706bfe5a1c25b80f2af9c48477035cfe73987ae4.tar.bz2
* gdbtypes.c (get_discrete_bounds): New function.
(force_to_range_type): Use get_discrete_bounds. * gdbtypes.h (get_discrete_bounds): Add declaration. * valarith.c (value_bit_index): Generalize to use get_discrete_bounds. * ch-valprint.c (chill_val_print): Make (power)sets and bitstring support use get_discrete_bounds and generally be more robust. This fixes PR chill/8136.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bb8b927..c9965a8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+Wed Oct 4 17:23:03 1995 Per Bothner <bothner@kalessin.cygnus.com>
+
+ * gdbtypes.c (get_discrete_bounds): New function.
+ (force_to_range_type): Use get_discrete_bounds.
+ * gdbtypes.h (get_discrete_bounds): Add declaration.
+ * valarith.c (value_bit_index): Generalize to use get_discrete_bounds.
+ * ch-valprint.c (chill_val_print): Make (power)sets and bitstring
+ support use get_discrete_bounds and generally be more robust.
+
Tue Oct 3 16:54:56 1995 Stan Shebs <shebs@andros.cygnus.com>
* remote-nrom.c (nrom_ops): Add value for to_thread_alive,