瀏覽代碼

m68k: sinclair ql now requires vlink 0.16h or newer.

git-svn-id: trunk@49296 -
Károly Balogh 4 年之前
父節點
當前提交
c9b90ccde0
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      compiler/globals.pas
  2. 1 1
      compiler/options.pas
  3. 1 1
      rtl/sinclairql/si_prc.pp

+ 1 - 1
compiler/globals.pas

@@ -416,7 +416,7 @@ interface
 {$if defined(m68k)}
        { Sinclair QL specific }
        sinclairql_metadata_format: string[4] = 'QHDR';
-       sinclairql_vlink_experimental: boolean = false; { temporary }
+       sinclairql_vlink_experimental: boolean = true; { temporary }
 {$endif defined(m68k)}
 
        { default name of the C-style "main" procedure of the library/program }

+ 1 - 1
compiler/options.pas

@@ -2764,7 +2764,7 @@ begin
                     'L':
                       begin
                         if (target_info.system in [system_m68k_sinclairql]) then
-                          sinclairql_vlink_experimental:=true
+                          sinclairql_vlink_experimental:=false
                         else
                           IllegalPara(opt);
                       end;

+ 1 - 1
rtl/sinclairql/si_prc.pp

@@ -79,7 +79,7 @@ asm
     move.l (a1)+,d7
     beq @noreloc
 
-{.$DEFINE PACKEDRELOCS}
+{$DEFINE PACKEDRELOCS}
 {$IFNDEF PACKEDRELOCS}
 @relocloop:
     { we read the offsets and relocate them }