summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/4.9.4/stdlib-h.ia64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-09-27 05:50:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-09-27 05:50:50 +0200
commitad1377105ce1148d5de599d82c6f622bec44e832 (patch)
treecf2ed4779efea95429628844a11714df38630690 /toolchain/gcc/patches/4.9.4/stdlib-h.ia64
parenta73da5a99a13b34e18f98c1ad0c327fdad000257 (diff)
update kinetis k70 sample, remove gcc 4.x
Diffstat (limited to 'toolchain/gcc/patches/4.9.4/stdlib-h.ia64')
-rw-r--r--toolchain/gcc/patches/4.9.4/stdlib-h.ia6430
1 files changed, 0 insertions, 30 deletions
diff --git a/toolchain/gcc/patches/4.9.4/stdlib-h.ia64 b/toolchain/gcc/patches/4.9.4/stdlib-h.ia64
deleted file mode 100644
index cdbbd6000..000000000
--- a/toolchain/gcc/patches/4.9.4/stdlib-h.ia64
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -Nur gcc-4.9.3.orig/libgcc/config/ia64/fde-glibc.c gcc-4.9.3/libgcc/config/ia64/fde-glibc.c
---- gcc-4.9.3.orig/libgcc/config/ia64/fde-glibc.c 2014-01-02 23:25:22.000000000 +0100
-+++ gcc-4.9.3/libgcc/config/ia64/fde-glibc.c 2015-12-01 07:06:43.963906167 +0100
-@@ -25,6 +25,8 @@
- /* Locate the FDE entry for a given address, using glibc ld.so routines
- to avoid register/deregister calls at DSO load/unload. */
-
-+#ifndef inhibit_libc
-+
- #ifndef _GNU_SOURCE
- #define _GNU_SOURCE 1
- #endif
-@@ -159,3 +161,4 @@
-
- return data.ret;
- }
-+#endif
-diff -Nur gcc-4.9.3.orig/libgcc/unwind-generic.h gcc-4.9.3/libgcc/unwind-generic.h
---- gcc-4.9.3.orig/libgcc/unwind-generic.h 2014-01-02 23:25:22.000000000 +0100
-+++ gcc-4.9.3/libgcc/unwind-generic.h 2015-12-01 07:00:15.731287428 +0100
-@@ -221,7 +221,9 @@
- compatible with the standard ABI for IA-64, we inline these. */
-
- #ifdef __ia64__
-+#ifndef inhibit_libc
- #include <stdlib.h>
-+#endif
-
- static inline _Unwind_Ptr
- _Unwind_GetDataRelBase (struct _Unwind_Context *_C)