mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 22:45:58 +02:00
* Set procalign alignment for sections of import jumps table.
git-svn-id: trunk@5376 -
This commit is contained in:
parent
87d5058dec
commit
f258b907fb
@ -2338,7 +2338,7 @@ const pemagic : array[0..3] of byte = (
|
|||||||
with internalobjdata do
|
with internalobjdata do
|
||||||
begin
|
begin
|
||||||
secname:=basedllname+'_i_'+afuncname;
|
secname:=basedllname+'_i_'+afuncname;
|
||||||
textobjsection:=createsection(sectionname(sec_code,secname,secorder_default),sectiontype2align(sec_code),sectiontype2options(sec_code) - [oso_keep]);
|
textobjsection:=createsection(sectionname(sec_code,secname,secorder_default),current_settings.alignment.procalign,sectiontype2options(sec_code) - [oso_keep]);
|
||||||
idata4objsection:=createsection(sec_idata4, secname);
|
idata4objsection:=createsection(sec_idata4, secname);
|
||||||
idata5objsection:=createsection(sec_idata5, secname);
|
idata5objsection:=createsection(sec_idata5, secname);
|
||||||
idata6objsection:=createsection(sec_idata6, secname);
|
idata6objsection:=createsection(sec_idata6, secname);
|
||||||
|
Loading…
Reference in New Issue
Block a user