mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
* Allow library based smartlinking of indirect symbol entries.
git-svn-id: trunk@46481 -
This commit is contained in:
parent
c75953c12b
commit
17e75004c5
@ -1046,7 +1046,7 @@ implementation
|
||||
indsecname:=secname
|
||||
else
|
||||
indsecname:=lower(symind.name);
|
||||
indtcb:=ctai_typedconstbuilder.create([tcalo_new_section]);
|
||||
indtcb:=ctai_typedconstbuilder.create([tcalo_make_dead_strippable]);
|
||||
indtcb.emit_tai(tai_const.create_sym_offset(sym,0),ptrdef);
|
||||
current_asmdata.asmlists[al_indirectglobals].concatlist(indtcb.get_final_asmlist(
|
||||
symind,
|
||||
|
Loading…
Reference in New Issue
Block a user