> Looks OK. I committed it. > > + sect->alignment_power = 1 + BFD_ARCH_SIZE / 32; > > Except that BFD_ARCH_SIZE is fairly useless. See the comment in > bfd-in2.h. BFD_DEFAULT_TARGET_SIZE might be better. That's not right either. I made it use bfd_get_arch_size on the bfd. Thanks, Roland