mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 16:09:31 +02:00
* more @GOT parsing
git-svn-id: trunk@2125 -
This commit is contained in:
parent
43cd438544
commit
bf5907dcdc
@ -513,7 +513,12 @@ Implementation
|
||||
consume(AS_AT);
|
||||
if actasmtoken=AS_ID then
|
||||
begin
|
||||
{$ifdef x86_64}
|
||||
if actasmpattern='GOTPCREL' then
|
||||
{$endif x86_64}
|
||||
{$ifdef i386}
|
||||
if actasmpattern='GOT' then
|
||||
{$endif i386}
|
||||
begin
|
||||
oper.opr.ref.refaddr:=addr_pic;
|
||||
consume(AS_ID);
|
||||
|
Loading…
Reference in New Issue
Block a user