Module Name:    src
Committed By:   christos
Date:           Wed Nov 29 22:39:26 UTC 2017

Modified Files:
        src/external/gpl3/gdb/dist/bfd: elf32-arm.c

Log Message:
we need popcount again


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dist/bfd/elf32-arm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/dist/bfd/elf32-arm.c
diff -u src/external/gpl3/gdb/dist/bfd/elf32-arm.c:1.3 src/external/gpl3/gdb/dist/bfd/elf32-arm.c:1.4
--- src/external/gpl3/gdb/dist/bfd/elf32-arm.c:1.3	Tue Nov 28 17:04:52 2017
+++ src/external/gpl3/gdb/dist/bfd/elf32-arm.c	Wed Nov 29 17:39:26 2017
@@ -3240,7 +3240,6 @@ ctz (unsigned int mask)
 #endif
 }
 
-#ifndef __NetBSD__
 static inline int
 elf32_arm_popcount (unsigned int mask)
 {
@@ -3259,7 +3258,6 @@ elf32_arm_popcount (unsigned int mask)
   return sum;
 #endif
 }
-#endif
 
 /* Create an entry in an ARM ELF linker hash table.  */
 

Reply via email to