summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/4.8.3/disable-tm.m68k
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-25 00:59:37 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-25 01:00:47 -0600
commita69eb5d83813a31238c94876b4face5b16228148 (patch)
tree0456659587c11e3c3a3e42e66eeb6f94a9f5538b /toolchain/gcc/patches/4.8.3/disable-tm.m68k
parentd9a3ff27d4f7f9c2514125bf3f0a30c2a80aa110 (diff)
update to gcc 4.8.4
Diffstat (limited to 'toolchain/gcc/patches/4.8.3/disable-tm.m68k')
-rw-r--r--toolchain/gcc/patches/4.8.3/disable-tm.m68k14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/gcc/patches/4.8.3/disable-tm.m68k b/toolchain/gcc/patches/4.8.3/disable-tm.m68k
deleted file mode 100644
index 02b5cb854..000000000
--- a/toolchain/gcc/patches/4.8.3/disable-tm.m68k
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nur gcc-4.8.3.orig/gcc/config/m68k/uclinux.h gcc-4.8.3/gcc/config/m68k/uclinux.h
---- gcc-4.8.3.orig/gcc/config/m68k/uclinux.h 2013-01-10 21:38:27.000000000 +0100
-+++ gcc-4.8.3/gcc/config/m68k/uclinux.h 2014-08-25 17:03:59.543127685 +0200
-@@ -20,6 +20,10 @@
- along with GCC; see the file COPYING3. If not see
- <http://www.gnu.org/licenses/>. */
-
-+/* Do not use TM clone registry. It breaks -msep-data (-fPIC) code. */
-+/* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54584 */
-+#define USE_TM_CLONE_REGISTRY 0
-+
- #undef STARTFILE_SPEC
- #define STARTFILE_SPEC \
- "%{mshared-library-id=0|!mshared-library-id=*: crt1.o%s ;: Scrt1.o%s} \