aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2014-03-10 14:44:30 +0100
committerJoel Brobecker <brobecker@adacore.com>2014-03-10 14:44:30 +0100
commit8668be63cff2c8efe312e1d6a354fd8b69cd2d89 (patch)
treee163934d76506bfaf72dfa8996e7d6d0fa869e49
parent5ec18f2b48ab74bbbaf436324ce3947df3bc048e (diff)
downloadfsf-binutils-gdb-8668be63cff2c8efe312e1d6a354fd8b69cd2d89.zip
fsf-binutils-gdb-8668be63cff2c8efe312e1d6a354fd8b69cd2d89.tar.gz
fsf-binutils-gdb-8668be63cff2c8efe312e1d6a354fd8b69cd2d89.tar.bz2
Minor style change in the previous commits' ChangeLog entry.
-rw-r--r--gdb/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 73ab666..f0e2f42 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,7 +1,7 @@
2014-03-10 Jerome Guitton <guitton@adacore.com>
- * ada-lang.c (ada_evaluate_subexp): Resolve tagged types to
- full view in the case of UNOP_IND and STRUCTOP_STRUCT.
+ * ada-lang.c (ada_evaluate_subexp) <UNOP_IND, STRUCTOP_STRUCT>:
+ Resolve tagged types to full view.
2014-03-10 Hui Zhu <hui@codesourcery.com>