]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/ChangeLog
Simplify power of two test
authorAlan Modra <amodra@gmail.com>
Mon, 14 Oct 2019 09:59:12 +0000 (20:29 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 15 Oct 2019 05:30:54 +0000 (16:00 +1030)
commited481f9799f2bd08a7541a5fe0a887dc5c7fd4a9
tree35fb1ae9da0260f6ae763809a43e32e46f23e234
parentb7be2d03fb2f873e0db74c84846df97787fc0dc6
Simplify power of two test

* bfd.c (bfd_check_compression_header): Check for powers of two
with x == (x & -x).
bfd/ChangeLog
bfd/bfd.c