aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1994-09-16 07:29:44 +0000
committerPer Bothner <per@bothner.com>1994-09-16 07:29:44 +0000
commit576f97700b15b15f404fee452f862b1949cb30de (patch)
treef91841baf3db20cedf82b619fdc68f9583693450 /gdb/ChangeLog
parentbdef6b60f3f6c9e44b2a5c66a95466e82be9a21e (diff)
downloadgdb-576f97700b15b15f404fee452f862b1949cb30de.zip
gdb-576f97700b15b15f404fee452f862b1949cb30de.tar.gz
gdb-576f97700b15b15f404fee452f862b1949cb30de.tar.bz2
* stabsread.c (read_type): Handle stub types for bitstrings.
* stabsread.c (read_array_type): Check for stub domain type using TYPE_FLAG_STUB, not its length. * gdbtypes.c (create_set_type): Handle a stub domain type.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 764704a..27a8e6c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
Fri Sep 16 00:14:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
+ * stabsread.c (read_type): Handle stub types for bitstrings.
+ * stabsread.c (read_array_type): Check for stub domain type
+ using TYPE_FLAG_STUB, not its length.
+ * gdbtypes.c (create_set_type): Handle a stub domain type.
+
* ch-exp.y: Get rid of some extra non-terminals, and move
their rules into primitive_value.
* ch-lang.c (chill_op_print_tab): Add '->'.