]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/nat/linux-ptrace.c
gdb/common/linux-ptrace.c: Fix build on non-Intel architectures.
authorWill Newton <willnewton@sourceware.org>
Wed, 28 Aug 2013 14:09:31 +0000 (14:09 +0000)
committerWill Newton <willnewton@sourceware.org>
Wed, 28 Aug 2013 14:09:31 +0000 (14:09 +0000)
commit59ee9f94e5ff96d5a3169cb2333bdf7acbf39357
tree48f8e3c0f5c21c4874ab48870a851bdff7cad906
parentc8a2a4193498b0aa0fb28a3a0a7dec9c1fd2cc5e
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.
gdb/ChangeLog
gdb/common/linux-ptrace.c