aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <willnewton@sourceware.org>2013-08-28 14:09:31 +0000
committerWill Newton <willnewton@sourceware.org>2013-08-28 14:09:31 +0000
commit59ee9f94e5ff96d5a3169cb2333bdf7acbf39357 (patch)
tree48f8e3c0f5c21c4874ab48870a851bdff7cad906 /gdb/ChangeLog
parentc8a2a4193498b0aa0fb28a3a0a7dec9c1fd2cc5e (diff)
downloadgdb-59ee9f94e5ff96d5a3169cb2333bdf7acbf39357.zip
gdb-59ee9f94e5ff96d5a3169cb2333bdf7acbf39357.tar.gz
gdb-59ee9f94e5ff96d5a3169cb2333bdf7acbf39357.tar.bz2
gdb/common/linux-ptrace.c: Fix build on non-Intel architectures.
As uintptr_t is used stdint.h must be included on all architectures. 2013-08-28 Will Newton <will.newton@linaro.org> * common/linux-ptrace.c: Include stdint.h unconditionally.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3f63836..db977a8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-28 Will Newton <will.newton@linaro.org>
+
+ * common/linux-ptrace.c: Include stdint.h unconditionally.
+
2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
Code cleanup.