Align section ends to page boundaries.

.text, .rodata and .data are allocated in distinct pages so they can be
mapped with their corresponding modes. The end of these sections is the
end of their last page for these purposes.

The measured size is left as the amount of space used as this is the
more useful number when looking into how much memory is actually needed.

Change-Id: I791b3f29138f2021a88f8822ac7eb86938dfb871
1 file changed