diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2005-10-13 09:31:59 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2005-10-13 09:31:59 +0000 |
commit | 16451949d7083391405bb46c06a2fadac01f5c42 (patch) | |
tree | 85c570c1c9b46020ef962d4e4f685a1266fc0be5 /gdb/ChangeLog | |
parent | 4d443107ba8c5dccc370a701135e4bacd2adc9a4 (diff) | |
download | binutils-gdb-16451949d7083391405bb46c06a2fadac01f5c42.tar.gz |
* Makefile.in (linux-thread-db.o): Depend on $(gdbcore_h).
* linux-thread-db.c (enable_thread_event): Extend pointer value as
specified by target.
(thread_db_get_thread_local_address): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 13a07170ef3..b02727d9bc5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2005-10-13 Andreas Schwab <schwab@suse.de> + + * Makefile.in (linux-thread-db.o): Depend on $(gdbcore_h). + + * linux-thread-db.c (enable_thread_event): Extend pointer value as + specified by target. + (thread_db_get_thread_local_address): Likewise. + 2005-10-09 Joel Brobecker <brobecker@adacore.com> * i386-tdep.c (i386_reg_struct_return_p): Allow array types as well. |