summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorLuis Machado <luisgpm@br.ibm.com>2013-08-14 02:22:19 +0000
committerLuis Machado <luisgpm@br.ibm.com>2013-08-14 02:22:19 +0000
commitbda1f2d5ad0ce616040f0966e476961fff9501e6 (patch)
tree7477e65910ab5375b76d986b04bbf1f1d22b1bae /gdb/gdbserver/ChangeLog
parentf11355035ce867940686d35f527a4e3fef7f7896 (diff)
downloadgdb-bda1f2d5ad0ce616040f0966e476961fff9501e6.tar.gz
* linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
to PTRACE_TYPE_ARG3. * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to PTRACE_TYPE_ARG4. * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3. (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 6a5d1be539b..375eadaebcf 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,13 @@
+2013-08-13 Luis Machado <lgustavo@codesourcery.com>
+
+ * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
+ to PTRACE_TYPE_ARG3.
+ * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
+ to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
+ PTRACE_TYPE_ARG4.
+ * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
+ (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
+
2013-07-27 Jie Zhang <jie@codesourcery.com>
Daniel Jacobowitz <dan@codesourcery.com>
Yao Qi <yao@codesourcery.com>