Change the alignment of the NOTE to match what gcc does.
This commit is contained in:
parent
c4607eb7ad
commit
7d15d0a9c6
@ -122,7 +122,7 @@ static struct align falign[ELF_T_NUM] = {
|
|||||||
#endif
|
#endif
|
||||||
[ELF_T_MOVEP] = UNSUPPORTED(),
|
[ELF_T_MOVEP] = UNSUPPORTED(),
|
||||||
#if __FreeBSD_version >= 700025
|
#if __FreeBSD_version >= 700025
|
||||||
[ELF_T_NOTE] = FALIGN(4,4),
|
[ELF_T_NOTE] = FALIGN(1,1),
|
||||||
#endif
|
#endif
|
||||||
[ELF_T_OFF] = FALIGN(4,8),
|
[ELF_T_OFF] = FALIGN(4,8),
|
||||||
[ELF_T_PHDR] = FALIGN(4,8),
|
[ELF_T_PHDR] = FALIGN(4,8),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user