aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2006-08-02 10:24:00 +0000
committerThiemo Seufer <ths@networkno.de>2006-08-02 10:24:00 +0000
commit87177905630953bf5b7ba6ed7938c2a483873e07 (patch)
tree48a4df97ee6f56f8d9a44d60e101432a540fb432 /gdb/ChangeLog
parent172553c73378f3fc8d86df061b6443ed63f302e7 (diff)
downloadgdb-87177905630953bf5b7ba6ed7938c2a483873e07.zip
gdb-87177905630953bf5b7ba6ed7938c2a483873e07.tar.gz
gdb-87177905630953bf5b7ba6ed7938c2a483873e07.tar.bz2
* linux-thread-db.c (thread_db_get_thread_local_address): Fix type
mismatch. * tui/tui-stack.c (tui_show_frame_info): Likewise.
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 2aba9bc..43367f8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-02 Thiemo Seufer <ths@mips.com>
+
+ * linux-thread-db.c (thread_db_get_thread_local_address): Fix type
+ mismatch.
+ * tui/tui-stack.c (tui_show_frame_info): Likewise.
+
2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
* c-exp.y (type): Remove incorrect pointer to member case.