diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-03-15 16:26:02 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-03-15 16:26:02 +0000 |
commit | 21b0f40c16c85360417cfb1826348104ebd2f65e (patch) | |
tree | e178718057a4b909e12c7100e9a0ac85a3562002 /gdb/gdbserver/ChangeLog | |
parent | 0050a760a7646cdfb63a4c693fca974459776909 (diff) | |
download | gdb-21b0f40c16c85360417cfb1826348104ebd2f65e.zip gdb-21b0f40c16c85360417cfb1826348104ebd2f65e.tar.gz gdb-21b0f40c16c85360417cfb1826348104ebd2f65e.tar.bz2 |
* linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
(PTRACE_GET_THREAD_AREA): Define.
(ps_get_thread_area): New function.
* Makefile.in (linux-i386-low.o, linux-mips-low.o)
(linux-x86-64-low.o): Update.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index f7e9494..3c13ba6 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,5 +1,13 @@ 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com> + * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h". + (PTRACE_GET_THREAD_AREA): Define. + (ps_get_thread_area): New function. + * Makefile.in (linux-i386-low.o, linux-mips-low.o) + (linux-x86-64-low.o): Update. + +2006-03-15 Daniel Jacobowitz <dan@codesourcery.com> + * configure.ac: Remove checks for prfpregset_t. * gdb_proc_service.h: New file. * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the |