mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 23:19:24 +02:00
* once we've defined a symbol as an alias, it's declared to the same extent
as a regular symbol definition git-svn-id: trunk@30778 -
This commit is contained in:
parent
8234fcd229
commit
4a5b7b7d50
@ -221,6 +221,7 @@ uses
|
|||||||
typ:=ait_llvmalias;
|
typ:=ait_llvmalias;
|
||||||
oldsym:=_oldsym;
|
oldsym:=_oldsym;
|
||||||
newsym:=current_asmdata.DefineAsmSymbol(newname,AB_GLOBAL,AT_FUNCTION);
|
newsym:=current_asmdata.DefineAsmSymbol(newname,AB_GLOBAL,AT_FUNCTION);
|
||||||
|
newsym.declared:=true;
|
||||||
def:=_def;
|
def:=_def;
|
||||||
vis:=_vis;
|
vis:=_vis;
|
||||||
linkage:=_linkage;
|
linkage:=_linkage;
|
||||||
|
Loading…
Reference in New Issue
Block a user