mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 07:29:29 +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);
|
consume(AS_AT);
|
||||||
if actasmtoken=AS_ID then
|
if actasmtoken=AS_ID then
|
||||||
begin
|
begin
|
||||||
|
{$ifdef x86_64}
|
||||||
if actasmpattern='GOTPCREL' then
|
if actasmpattern='GOTPCREL' then
|
||||||
|
{$endif x86_64}
|
||||||
|
{$ifdef i386}
|
||||||
|
if actasmpattern='GOT' then
|
||||||
|
{$endif i386}
|
||||||
begin
|
begin
|
||||||
oper.opr.ref.refaddr:=addr_pic;
|
oper.opr.ref.refaddr:=addr_pic;
|
||||||
consume(AS_ID);
|
consume(AS_ID);
|
||||||
|
Loading…
Reference in New Issue
Block a user