Remove open-coded ilog2() implementations
commit35c30da61b13823d820f0503db5bb24fccb116f8
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 21 Apr 2010 23:46:57 +0000 (21 16:46 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 21 Apr 2010 23:46:57 +0000 (21 16:46 -0700)
treebd95d0eeb37de21f4c92ce0d0bf6e6c45e2efa61
parent084b13227e7f5597666391b9cc7dcc9cb91a2657
Remove open-coded ilog2() implementations

When we need integer log2, use the new library routine.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
output/outcoff.c
output/outmacho32.c
output/outmacho64.c