mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-05 10:26:40 +00:00
Cygwin: Define R_X86_64_JUMP_SLOT
This should be upstreamed to Cygwin ideally. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
This commit is contained in:
parent
2cf7a83fde
commit
58e32a7319
16
patches/linux/4.2.3/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
Executable file
16
patches/linux/4.2.3/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
Executable file
@ -0,0 +1,16 @@
|
||||
--- 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[] = {
|
Loading…
x
Reference in New Issue
Block a user