commit | 3910de0dee216d5b5bf23cfa29bfc80d082b2ee7 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Fri Feb 19 21:34:16 2016 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Fri Feb 19 21:34:16 2016 -0500 |
tree | db466e176e51041b366822ecd184726489f54b1f | |
parent | 265f4c511c09548fdbc2ec702ce53a88af34836e [diff] |
build: fix .text section address alignment Some linkers verify that sections have a start address that is aligned with the minimum alignment of that section. Add extra padding to the ".text" section to ensure it is always aligned with the maximum alignment of any section placed in ".text". Signed-off-by: Kevin O'Connor <kevin@koconnor.net> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Reported by: Ed Maste <emaste@FreeBSD.org>