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/f802597e7560
branches:  trunk
changeset: 348301:f802597e7560
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 1b1a7361cb58 -r f802597e7560 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