we need popcount again

This commit is contained in:
christos 2017-11-29 22:39:26 +00:00
parent ab338241ba
commit 6c392f2969
1 changed files with 0 additions and 2 deletions

View File

@ -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. */