From 168c009bc358401576e0587139e706e6e5585551 Mon Sep 17 00:00:00 2001 From: nickysn Date: Mon, 20 Apr 2020 23:50:45 +0000 Subject: [PATCH] - removed the 'sdcc-' prefix of sdasz80 and sdldz80 git-svn-id: branches/z80@44900 - --- compiler/systems/t_embed.pas | 4 ++-- compiler/systems/t_zxspectrum.pas | 2 +- compiler/z80/agsdasz80.pas | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/systems/t_embed.pas b/compiler/systems/t_embed.pas index 8a3c1e06a8..36a4623970 100644 --- a/compiler/systems/t_embed.pas +++ b/compiler/systems/t_embed.pas @@ -1976,9 +1976,9 @@ function TlinkerEmbedded_SdccSdld.WriteResponseFile: Boolean; procedure TlinkerEmbedded_SdccSdld.SetDefaultInfo; const {$if defined(Z80)} - ExeName='sdcc-sdldz80'; + ExeName='sdldz80'; {$else} - ExeName='sdcc-sdld'; + ExeName='sdld'; {$endif} begin with Info do diff --git a/compiler/systems/t_zxspectrum.pas b/compiler/systems/t_zxspectrum.pas index 83f03a500a..03c69fedf0 100644 --- a/compiler/systems/t_zxspectrum.pas +++ b/compiler/systems/t_zxspectrum.pas @@ -212,7 +212,7 @@ function TLinkerZXSpectrum_SdccSdld.WriteResponseFile: Boolean; procedure TLinkerZXSpectrum_SdccSdld.SetDefaultInfo; const - ExeName='sdcc-sdldz80'; + ExeName='sdldz80'; begin FOrigin:=32768; with Info do diff --git a/compiler/z80/agsdasz80.pas b/compiler/z80/agsdasz80.pas index 2e6babc6ab..aa3036ffbf 100644 --- a/compiler/z80/agsdasz80.pas +++ b/compiler/z80/agsdasz80.pas @@ -878,7 +878,7 @@ unit agsdasz80; id : as_sdcc_sdasz80; idtxt : 'SDCC-SDASZ80'; - asmbin : 'sdcc-sdasz80'; + asmbin : 'sdasz80'; asmcmd : '-o $OBJ $EXTRAOPT $ASM'; supported_targets : [system_Z80_embedded]; flags : [af_needar,af_smartlink_sections];