diff options
author | Christian Groessler <chris@groessler.org> | 2016-12-19 13:56:22 +0100 |
---|---|---|
committer | Christian Groessler <chris@groessler.org> | 2016-12-19 14:03:26 +0100 |
commit | b25e998d0be7d7ec2a14bfdca03370155355d215 (patch) | |
tree | 20a8991c3f2ad70b55dc42aee16226297cad6b82 /bfd/ChangeLog | |
parent | 91068ec6ae02e85c5ca4fbe3c6e214bd87bb872f (diff) | |
download | gdb-b25e998d0be7d7ec2a14bfdca03370155355d215.zip gdb-b25e998d0be7d7ec2a14bfdca03370155355d215.tar.gz gdb-b25e998d0be7d7ec2a14bfdca03370155355d215.tar.bz2 |
bfd/elf32-arm.c: Rename 'popcount' to 'elf32_arm_popcount'
bfd/elf32_arm.c contains a function 'popcount' which conflicts
with a function of the same name in NetBSD's libc.
This change also changes popcount's 'sum' variable to signed
since the function returns a signed integer.
bfd/
* elf32-arm.c (elf32_arm_popcount): Rename from 'popcount'. Make
'sum' local variable signed.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8c09c2c..36d83e9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2016-12-19 Christian Groessler <chris@groessler.org> + + * elf32-arm.c (elf32_arm_popcount): Rename from 'popcount'. Make + 'sum' local variable signed. + 2016-12-16 fincs <fincs.alt1@gmail.com> * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Add handling |