aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPaul N. Hilfinger <hilfinger@adacore.com>2006-01-12 08:36:29 +0000
committerPaul N. Hilfinger <hilfinger@adacore.com>2006-01-12 08:36:29 +0000
commit03ee6b2e0126a6fddd533a3e8ed3401fdee747b0 (patch)
tree5689eb9d4c286b99baa5aaa34e3b44f05f544866 /gdb/ChangeLog
parent761ae4d6261a4d66de9a699b9ccee8688f12a9a5 (diff)
downloadfsf-binutils-gdb-03ee6b2e0126a6fddd533a3e8ed3401fdee747b0.zip
fsf-binutils-gdb-03ee6b2e0126a6fddd533a3e8ed3401fdee747b0.tar.gz
fsf-binutils-gdb-03ee6b2e0126a6fddd533a3e8ed3401fdee747b0.tar.bz2
* ada-exp.y (yyerror): Change message to ignore the argument, avoiding
translation problems. * ada-lang.c (ada_value_struct_elt): Change interface and handling of errors to avoid translation problem (and less than optimal error messages). (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp): Use new interface to ada_value_struct_elt. * ada_lang.h (ada_value_struct_elt): Update declaration to new interface. * ChangeLog: remove reference to ada-tasks.c from entry of 2006-01-07.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a70dd02..31aa05c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,18 @@
+2006-01-12 Paul N. Hilfinger <hilfinger@adacore.com>
+
+ * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
+ translation problems.
+ * ada-lang.c (ada_value_struct_elt): Change interface and handling
+ of errors to avoid translation problem (and less than optimal error
+ messages).
+ (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
+ Use new interface to ada_value_struct_elt.
+ * ada_lang.h (ada_value_struct_elt): Update declaration to new
+ interface.
+
+ * ChangeLog: remove reference to ada-tasks.c from entry of
+ 2006-01-07.
+
2006-01-11 Mark Kettenis <kettenis@gnu.org>
* remote.c (get_memory_packet_size, set_thread)
@@ -41,7 +56,7 @@
2006-01-07 Paul N. Hilfinger <hilfinger@adacore.com>
* ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
- * ada-tasks.c, ada-lang.c: I18n markup.
+ * ada-lang.c: I18n markup.
Editorial: change "can not" => "cannot" throughout.
2006-01-07 Mark Kettenis <kettenis@gnu.org>