diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-07-17 12:49:52 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-07-17 12:49:52 +0000 |
commit | c43af07cc890456dbf2562a836961f59f216d880 (patch) | |
tree | 808eb30c76614daefe0f6bf4d45c23d6b3342a1e /gdb/ChangeLog | |
parent | 5c7556e8712e1d67d4b68aff95df9a7876e5c932 (diff) | |
download | gdb-c43af07cc890456dbf2562a836961f59f216d880.zip gdb-c43af07cc890456dbf2562a836961f59f216d880.tar.gz gdb-c43af07cc890456dbf2562a836961f59f216d880.tar.bz2 |
2003-07-17 Elena Zannoni <ezannoni@redhat.com>
* Makefile.in (x86-64-linux-nat.o): Update dependencies.
* x86-64-linux-nat.c (ps_get_thread_area): New function. Add
include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
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 35dab2e..aa70768 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2003-07-17 Elena Zannoni <ezannoni@redhat.com> + + * Makefile.in (x86-64-linux-nat.o): Update dependencies. + * x86-64-linux-nat.c (ps_get_thread_area): New function. Add + include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h. + 2003-07-16 Theodore A. Roth <troth@openavr.org> * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue |