aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1995-10-06 00:37:40 +0000
committerPer Bothner <per@bothner.com>1995-10-06 00:37:40 +0000
commit398f584f64021b362462a308c37db2e852c5ebd1 (patch)
tree61f3088b54aaee49f3525f0fa32807e5cb896ea6 /gdb/ChangeLog
parentc700638ca7c1c0d0dd2fac7983b2d59ca7217099 (diff)
downloadgdb-398f584f64021b362462a308c37db2e852c5ebd1.zip
gdb-398f584f64021b362462a308c37db2e852c5ebd1.tar.gz
gdb-398f584f64021b362462a308c37db2e852c5ebd1.tar.bz2
* values.c allocate_repeat_value): Allocate an array type, and
a value of that type; use that instead of setting VALUE_REPEATED. * value.h (struct value): Remove fields repetitions and repeated. (VALUE_REPEATED, VALUE_REPETITIONS): Removed, no longer used. * c-valprint.c, ch-valprint.c, eval.c, printcmd.c, valops.c, value.h, values.c: Simplify, since now VALUE_REPEATED is never used. * valprint.c (value_print_array_elemen): Removed never-used function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8e203d7..ddfa05f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+Thu Oct 5 17:28:09 1995 Per Bothner <bothner@kalessin.cygnus.com>
+
+ * values.c allocate_repeat_value): Allocate an array type, and
+ a value of that type; use that instead of setting VALUE_REPEATED.
+ * value.h (struct value): Remove fields repetitions and repeated.
+ (VALUE_REPEATED, VALUE_REPETITIONS): Removed, no longer used.
+ * c-valprint.c, ch-valprint.c, eval.c, printcmd.c, valops.c,
+ value.h, values.c: Simplify, since now VALUE_REPEATED is never used.
+ * valprint.c (value_print_array_elemen): Removed never-used function.
+
Thu Oct 5 15:14:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
* parse.c (write_dollar_variable): New function.