aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-04-11 13:09:24 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2014-04-11 13:09:24 -0700
commit4c35ba7730db5b95bd1404e8a334b7c8e2a9834b (patch)
tree81bdd4fbb561f24d04c4d59977bbe136550a073e /gcc-4.8
parenteaee7cc7a3eb1139e0d63a50c8f8b38d7b20b3bf (diff)
downloadtoolchain_gcc-4c35ba7730db5b95bd1404e8a334b7c8e2a9834b.tar.gz
toolchain_gcc-4c35ba7730db5b95bd1404e8a334b7c8e2a9834b.tar.bz2
toolchain_gcc-4c35ba7730db5b95bd1404e8a334b7c8e2a9834b.zip
Fix mips64el-linux-android-4.8 build with new android-20 headers
In the new header, signal.h no longer includes asm/sigcontext.h which provide truct sigcontext Change-Id: Ic8d6545ddd68e7512d69a4fabe2caf94723dfb2d
Diffstat (limited to 'gcc-4.8')
-rw-r--r--gcc-4.8/libgcc/config/mips/linux-unwind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.8/libgcc/config/mips/linux-unwind.h b/gcc-4.8/libgcc/config/mips/linux-unwind.h
index a00979719..44a5f7225 100644
--- a/gcc-4.8/libgcc/config/mips/linux-unwind.h
+++ b/gcc-4.8/libgcc/config/mips/linux-unwind.h
@@ -27,6 +27,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
state data appropriately. See unwind-dw2.c for the structs. */
#include <signal.h>
+#include <asm/sigcontext.h>
#include <asm/unistd.h>
/* The third parameter to the signal handler points to something with