aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-01-03 19:15:10 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-01-03 19:15:10 +0000
commitb3dbf0087fac065acc0f94aaecbda854f26e44c8 (patch)
treec81446a5434d37cf36c6ffcc632d0df1275d391c /gdb/ChangeLog
parente9a0edba725ce559c08836a90c92dd9d1ac4241c (diff)
downloadgdb-b3dbf0087fac065acc0f94aaecbda854f26e44c8.zip
gdb-b3dbf0087fac065acc0f94aaecbda854f26e44c8.tar.gz
gdb-b3dbf0087fac065acc0f94aaecbda854f26e44c8.tar.bz2
* ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
expressions. These expressions do not need to be rewriten.
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 96fcd9b..0249245 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2008-01-03 Joel Brobecker <brobecker@adacore.com>
+ * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
+ expressions. These expressions do not need to be rewriten.
+
+2008-01-03 Joel Brobecker <brobecker@adacore.com>
+
* dwarf2read.c (read_enumeration_type): Flag type as stub if
the given die is a declaration.