summaryrefslogtreecommitdiff
path: root/toolchain/gcc/7.3.0/ia64-fix-libgcc.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-01 07:18:06 +0000
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-01 07:18:06 +0000
commit649654fc167b3135726062ffc3de66537de5bc0d (patch)
tree6259999c132c4bc3c2edc15155757bb56ef50009 /toolchain/gcc/7.3.0/ia64-fix-libgcc.patch
parent93f6742f020e39bc6057e71c7aa52fa715f35840 (diff)
gcc: move patches to correct directory
Diffstat (limited to 'toolchain/gcc/7.3.0/ia64-fix-libgcc.patch')
-rw-r--r--toolchain/gcc/7.3.0/ia64-fix-libgcc.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/toolchain/gcc/7.3.0/ia64-fix-libgcc.patch b/toolchain/gcc/7.3.0/ia64-fix-libgcc.patch
deleted file mode 100644
index f1f3c8d2d..000000000
--- a/toolchain/gcc/7.3.0/ia64-fix-libgcc.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Nur gcc-6.3.0.orig/libgcc/config/ia64/fde-glibc.c gcc-6.3.0/libgcc/config/ia64/fde-glibc.c
---- gcc-6.3.0.orig/libgcc/config/ia64/fde-glibc.c 2016-01-04 15:30:50.000000000 +0100
-+++ gcc-6.3.0/libgcc/config/ia64/fde-glibc.c 2017-03-05 13:07:33.316600613 +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