diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-08-02 10:24:00 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2006-08-02 10:24:00 +0000 |
commit | 87177905630953bf5b7ba6ed7938c2a483873e07 (patch) | |
tree | 48a4df97ee6f56f8d9a44d60e101432a540fb432 /gdb/ChangeLog | |
parent | 172553c73378f3fc8d86df061b6443ed63f302e7 (diff) | |
download | gdb-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/ChangeLog | 6 |
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. |