diff options
author | Yao Qi <yao@codesourcery.com> | 2011-04-26 15:36:04 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-04-26 15:36:04 +0000 |
commit | af96c192dc633d0a7a2380d7fbaccd43c039f38f (patch) | |
tree | e5e27f1f1e79c55dbd95f340b4452bacf7371345 /gdb/gdbserver/ChangeLog | |
parent | 72b016b4ac0d7532a8f173fe3472e2e88ac49d45 (diff) | |
download | gdb-af96c192dc633d0a7a2380d7fbaccd43c039f38f.zip gdb-af96c192dc633d0a7a2380d7fbaccd43c039f38f.tar.gz gdb-af96c192dc633d0a7a2380d7fbaccd43c039f38f.tar.bz2 |
gdb/
* linux-nat.c: Move common macros to ...
Include linux-ptrace.h.
* common/linux-ptrace.h: ... here. New.
gdb/gdbserver/
* linux-low.c: Move common macros to linux-ptrace.h.
Include linux-ptrace.h.
* Makefile.in (linux_ptrace_h): New.
(linux-low.o): Depends on linux-ptrace.h.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 5d6dd4a..1e9ea4a 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,10 @@ +2011-04-26 Yao Qi <yao@codesourcery.com> + + * linux-low.c: Move common macros to linux-ptrace.h. + Include linux-ptrace.h. + * Makefile.in (linux_ptrace_h): New. + (linux-low.o): Depends on linux-ptrace.h. + 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com> * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if |