summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorwiz <wiz>2017-04-27 09:08:57 +0000
committerwiz <wiz>2017-04-27 09:08:57 +0000
commit891741ccb79474680d0f8295e509d170d972dc68 (patch)
treea13ff31f78508741efc9480857f928b221d5d0f4 /cross
parent3abbe5bdcea34919d2123d0543e6350c5e03ccc0 (diff)
downloadpkgsrc-891741ccb79474680d0f8295e509d170d972dc68.tar.gz
Remove patch that is not in distinfo.
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. */
-