gcc 7.2.0: fix 977-crystax.patch offsets

This commit is contained in:
Sergey Korolev 2017-11-05 22:18:05 +03:00
parent 67b25c7094
commit 080db19355

View File

@ -10,7 +10,7 @@ diff --git a/gcc/config/aarch64/aarch64-linux-android.h b/gcc/config/aarch64/aar
index db1288fd0..38bc64d61 100644
--- a/gcc/config/aarch64/aarch64-linux-android.h
+++ b/gcc/config/aarch64/aarch64-linux-android.h
@@ -57,4 +57,8 @@
@@ -56,4 +56,8 @@
#define ENDFILE_SPEC \
LINUX_OR_ANDROID_LD (GNU_USER_TARGET_ENDFILE_SPEC, ANDROID_ENDFILE_SPEC)
@ -23,7 +23,7 @@ diff --git a/gcc/config/mips/linux-common.h b/gcc/config/mips/linux-common.h
index 8bfacf994..262a9a341 100644
--- a/gcc/config/mips/linux-common.h
+++ b/gcc/config/mips/linux-common.h
@@ -63,3 +63,7 @@ along with GCC; see the file COPYING3. If not see
@@ -62,3 +62,7 @@ along with GCC; see the file COPYING3. If not see
/* The default value isn't sufficient in 64-bit mode. */
#define STACK_CHECK_PROTECT (TARGET_64BIT ? 16 * 1024 : 12 * 1024)