2017-09-29 00:15:27 +02:00
|
|
|
--- ../cache/gc-7.6.0/os_dep.c 2016-08-02 19:36:14.000000000 +0000
|
2017-10-19 12:28:28 +02:00
|
|
|
+++ ./os_dep.c 2017-10-19 03:43:03.800275032 +0000
|
|
|
|
@@ -426,7 +426,11 @@
|
2017-09-29 00:15:27 +02:00
|
|
|
|
|
|
|
# if (defined(LINUX) || defined(HURD)) && !defined(IGNORE_PROG_DATA_START)
|
|
|
|
/* Try the easy approaches first: */
|
|
|
|
-# ifdef PLATFORM_ANDROID
|
|
|
|
+ /* this workaround for gold linker when only aarch64 is using it in
|
2017-10-19 12:28:28 +02:00
|
|
|
+ termux breaks x86_64 and x86 builds and also arm w3m apply it to
|
|
|
|
+ aarch64 only */
|
2017-09-29 00:15:27 +02:00
|
|
|
+
|
2017-10-19 12:28:28 +02:00
|
|
|
+# if defined(PLATFORM_ANDROID) && defined(__aarch64__)
|
2017-09-29 00:15:27 +02:00
|
|
|
/* Workaround for "gold" (default) linker (as of Android NDK r10e). */
|
|
|
|
if ((word)__data_start < (word)_etext
|
|
|
|
&& (word)_etext < (word)__dso_handle) {
|