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