outmacho: align filesize together with vmsize
commit3b26c45e7f17c2d4eb3abc46bcfa20115b0d2df0
authorChang S. Bae <chang.seok.bae@intel.com>
Sat, 8 Apr 2017 08:57:11 +0000 (8 01:57 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 17 Apr 2017 21:00:07 +0000 (17 14:00 -0700)
treed14d4c7b7d2113553ba1a2ff8a07eb4a977bc245
parentef1ea87c3c2e45b9f4626cdd8c11823c9241c682
outmacho: align filesize together with vmsize

According to the Mach-O spec this should not be necessary for .o
files, but it seems that we get problems with extracted dsyms if this
is not done, so do this for now -- we might be able to troubleshoot
this later.

Signed-off-by: Chang S. Bae <chang.seok.bae@intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
output/outmacho.c