diff options
author | Will Newton <willnewton@sourceware.org> | 2013-08-28 14:09:31 +0000 |
---|---|---|
committer | Will Newton <willnewton@sourceware.org> | 2013-08-28 14:09:31 +0000 |
commit | 59ee9f94e5ff96d5a3169cb2333bdf7acbf39357 (patch) | |
tree | 48f8e3c0f5c21c4874ab48870a851bdff7cad906 /gdb/ChangeLog | |
parent | c8a2a4193498b0aa0fb28a3a0a7dec9c1fd2cc5e (diff) | |
download | gdb-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/ChangeLog | 4 |
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. |