Change the alignment of the NOTE to match what gcc does.

This commit is contained in:
John Birrell 2008-05-23 07:33:45 +00:00
parent c4607eb7ad
commit 7d15d0a9c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179240

View File

@ -122,7 +122,7 @@ static struct align falign[ELF_T_NUM] = {
#endif
[ELF_T_MOVEP] = UNSUPPORTED(),
#if __FreeBSD_version >= 700025
[ELF_T_NOTE] = FALIGN(4,4),
[ELF_T_NOTE] = FALIGN(1,1),
#endif
[ELF_T_OFF] = FALIGN(4,8),
[ELF_T_PHDR] = FALIGN(4,8),