diff options
author | wiz <wiz@pkgsrc.org> | 2017-04-27 09:08:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-04-27 09:08:57 +0000 |
commit | 23b7abe97e65c116ecfbd97ce0caf5c866ebce39 (patch) | |
tree | 71900d96f3759ce41e18079112a6c006a7db9e36 /cross | |
parent | f8c573cb621402d716ffd27013d6c0e2a73346da (diff) | |
download | pkgsrc-23b7abe97e65c116ecfbd97ce0caf5c866ebce39.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.c | 22 |
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. */ - |