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 need popcount again
details: https://anonhg.NetBSD.org/src/rev/17951b482d93
branches: trunk
changeset: 357842:17951b482d93
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 29 22:39:26 2017 +0000
description:
we need popcount again
diffstat:
external/gpl3/gdb/dist/bfd/elf32-arm.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 636f7effd686 -r 17951b482d93 external/gpl3/gdb/dist/bfd/elf32-arm.c
--- a/external/gpl3/gdb/dist/bfd/elf32-arm.c Wed Nov 29 21:43:21 2017 +0000
+++ b/external/gpl3/gdb/dist/bfd/elf32-arm.c Wed Nov 29 22:39:26 2017 +0000
@@ -3240,7 +3240,6 @@
#endif
}
-#ifndef __NetBSD__
static inline int
elf32_arm_popcount (unsigned int mask)
{
@@ -3259,7 +3258,6 @@
return sum;
#endif
}
-#endif
/* Create an entry in an ARM ELF linker hash table. */
Home |
Main Index |
Thread Index |
Old Index