mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +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;
|
||||
oldsym:=_oldsym;
|
||||
newsym:=current_asmdata.DefineAsmSymbol(newname,AB_GLOBAL,AT_FUNCTION);
|
||||
newsym.declared:=true;
|
||||
def:=_def;
|
||||
vis:=_vis;
|
||||
linkage:=_linkage;
|
||||
|
Loading…
Reference in New Issue
Block a user