summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
Diffstat (limited to 'cross')
-rw-r--r--cross/arm-none-eabi-binutils/patches/patch-bfd_elf32-arm.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/cross/arm-none-eabi-binutils/patches/patch-bfd_elf32-arm.c b/cross/arm-none-eabi-binutils/patches/patch-bfd_elf32-arm.c
deleted file mode 100644
index 8fb83faf4a2..00000000000
--- a/cross/arm-none-eabi-binutils/patches/patch-bfd_elf32-arm.c
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-bfd_elf32-arm.c,v 1.1 2016/01/30 22:20:51 ryoon Exp $
-
-Resolve popcount(3) conflict on NetBSD
-
---- bfd/elf32-arm.c.orig 2016-01-25 08:51:06.000000000 +0000
-+++ bfd/elf32-arm.c
-@@ -3133,6 +3133,7 @@ ctz (unsigned int mask)
- #endif
- }
-
-+#if !defined(__NetBSD__)
- static inline int
- popcount (unsigned int mask)
- {
-@@ -3150,6 +3151,7 @@ popcount (unsigned int mask)
- return sum;
- #endif
- }
-+#endif
-
- /* Create an entry in an ARM ELF linker hash table. */
-