* more @GOT parsing

git-svn-id: trunk@2125 -
This commit is contained in:
florian 2006-01-02 18:30:18 +00:00
parent 43cd438544
commit bf5907dcdc

View File

@ -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);