diff options
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 8dd9861..2ed122d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2015-06-01 Yao Qi <yao.qi@linaro.org> + * x86-linux-nat.c (have_ptrace_getregset): Move it to ... + * linux-nat.c: ... here. + * x86-linux-nat.h (have_ptrace_getregset): Move the declaration + to ... + * linux-nat.h: ... here. + +2015-06-01 Yao Qi <yao.qi@linaro.org> + * amd64-linux-nat.c: Include "nat/linux-ptrace.h". * i386-linux-nat.c: Likewise. * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define. |