summaryrefslogtreecommitdiff
path: root/patches/linux/3.4.113
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-12 19:19:18 (GMT)
committerGitHub <noreply@github.com>2017-02-12 19:19:18 (GMT)
commit5676c72d521cea0c67ec3624028b89fdfac1d291 (patch)
tree0b107911447878113dd9329f3a5fa00e20945827 /patches/linux/3.4.113
parent57e1e7e7429aa44ae5406409fad0d9341b86243c (diff)
parent7b86176b771e988b6c282275927188a2e6fdf710 (diff)
Merge pull request #590 from stilor/cygwin-old-gcc-glibc
Fix Cygwin build of old gcc and glibc
Diffstat (limited to 'patches/linux/3.4.113')
-rw-r--r--patches/linux/3.4.113/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/patches/linux/3.4.113/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch b/patches/linux/3.4.113/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
deleted file mode 100644
index 7b6ee5a..0000000
--- a/patches/linux/3.4.113/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- linux-4.2/arch/x86/tools/relocs.c.orig 2015-10-20 22:36:03.075546600 +0100
-+++ linux-4.2/arch/x86/tools/relocs.c 2015-10-20 22:36:04.934950000 +0100
-@@ -187,6 +187,13 @@
- return name;
- }
-
-+/* Hack for Cygwin */
-+#if ELF_BITS == 64
-+#if !defined(R_X86_64_JUMP_SLOT) && defined(R_X86_64_JMP_SLOT)
-+#define R_X86_64_JUMP_SLOT R_X86_64_JMP_SLOT
-+#endif
-+#endif
-+
- static const char *rel_type(unsigned type)
- {
- static const char *type_name[] = {