aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-02-28 16:35:49 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-02-28 16:35:49 +0000
commitc26f2453abb778e5b449608bb6fd9719f2a748f2 (patch)
treec3dc09e008f95ffcc23289d657250bb78b935549 /gdb/ChangeLog
parente26f076c6745533e416851dc6294262cf801b3ca (diff)
downloadgdb-c26f2453abb778e5b449608bb6fd9719f2a748f2.zip
gdb-c26f2453abb778e5b449608bb6fd9719f2a748f2.tar.gz
gdb-c26f2453abb778e5b449608bb6fd9719f2a748f2.tar.bz2
* gdbtypes.c (check_typedef): Do not replace stub type if
the resolved type is not defined in the same objfile.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 22e31fb..096d9be 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-28 Jerome Guitton <guitton@adacore.com>
+ Joel Brobecker <brobecker@adacore.com>
+
+ * gdbtypes.c (check_typedef): Do not replace stub type if
+ the resolved type is not defined in the same objfile.
+
2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
* top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.