Prevent the linker from overestimating the alignment requirement of common symbols...
authorTuckker <tuckkern+sourceware@gmail.com>
Fri, 28 Aug 2020 12:27:16 +0000 (13:27 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 28 Aug 2020 12:27:16 +0000 (13:27 +0100)
commit1e597a89971e781f5c33d75009b2cbf26323d2a5
tree3b4d05a4e1052100f338ed5ab4d2deaf083a4c16
parent626d23209fa3632561bb02ac11cb522bede91c1e
Prevent the linker from overestimating the alignment requirement of common symbols on targets with octets that are larger than one byte.

PR 26543
* linker.c (bfd_generic_define_common_symbol): Force the alignment
to 1 if the section has now alignment requirement.
bfd/ChangeLog
bfd/linker.c