Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/bfd We have our own popcount



details:   https://anonhg.NetBSD.org/src/rev/2edd312db31e
branches:  trunk
changeset: 818443:2edd312db31e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Oct 14 14:14:58 2016 +0000

description:
We have our own popcount

diffstat:

 external/gpl3/gdb/dist/bfd/elf32-arm.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 1c143f4923f3 -r 2edd312db31e external/gpl3/gdb/dist/bfd/elf32-arm.c
--- a/external/gpl3/gdb/dist/bfd/elf32-arm.c    Fri Oct 14 14:12:48 2016 +0000
+++ b/external/gpl3/gdb/dist/bfd/elf32-arm.c    Fri Oct 14 14:14:58 2016 +0000
@@ -3219,6 +3219,7 @@
 #endif
 }
 
+#ifndef __NetBSD__
 static inline int
 popcount (unsigned int mask)
 {
@@ -3236,6 +3237,7 @@
   return sum;
 #endif
 }
+#endif
 
 /* Create an entry in an ARM ELF linker hash table.  */
 



Home | Main Index | Thread Index | Old Index