SECTION_ALIGNMENT -> RUN_SECTION_ALIGNMENT, and tweaks
commit5420bb8a67f5f782ac49c90afb7da178a60c448a
authorDavid Mertens <dcmertens.perl@gmail.com>
Sun, 8 Jan 2017 12:27:24 +0000 (8 07:27 -0500)
committerDavid Mertens <dcmertens.perl@gmail.com>
Sun, 8 Jan 2017 12:27:24 +0000 (8 07:27 -0500)
tree86ea1d123964a8badbadf966a135c4dc60d63f2e
parent5d1bc3fbd4d65af960992fb48ed76990ec673239
SECTION_ALIGNMENT -> RUN_SECTION_ALIGNMENT, and tweaks

Based on feedback from grischka, this commit
(1) updates the name of the alignment constant to be more specific
(2) aligns all sections, including the first (which previosly was
    not aligned)
(3) reduces the x86-64 alignment from 512 to 64 bytes.

The original x86-64 alignment of 512 bytes was based on testing.
After ensuring that the initial section is also aligned, the same
tests indicated that 64 bytes is sufficient.
tccrun.c