summaryrefslogtreecommitdiff
path: root/compiler/ogrel.pas
diff options
context:
space:
mode:
authornickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-05-05 23:05:37 +0000
committernickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-05-05 23:05:37 +0000
commit1549961b0ccaa87f59ef60835b6980f5bd75000a (patch)
tree3dca4c41ed99f9fd966eaa966e798bdd097e8f66 /compiler/ogrel.pas
parenta71cb502f8f83bc57be9875c57c956fbfd1e0ff0 (diff)
downloadfpc-1549961b0ccaa87f59ef60835b6980f5bd75000a.tar.gz
+ support creating ar files in the Z80 internal obj writer
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@45276 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/ogrel.pas')
-rw-r--r--compiler/ogrel.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/ogrel.pas b/compiler/ogrel.pas
index 390527995d..bba4126a74 100644
--- a/compiler/ogrel.pas
+++ b/compiler/ogrel.pas
@@ -101,7 +101,7 @@ implementation
SysUtils,
cutils,verbose,globals,
fmodule,aasmtai,aasmdata,
- ogmap,
+ ogmap,owar,
version
;
@@ -502,6 +502,7 @@ implementation
begin
inherited;
CObjOutput:=TRelObjOutput;
+ CInternalAr:=tarobjectwriter;
end;
{*****************************************************************************