mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 10:37:17 +01:00
* prt0 startup code file for small model renamed to prt0s
git-svn-id: trunk@24809 -
This commit is contained in:
parent
c124283a36
commit
e28852d07d
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -8262,7 +8262,7 @@ rtl/msdos/crt.pp svneol=native#text/plain
|
|||||||
rtl/msdos/dos.pp svneol=native#text/plain
|
rtl/msdos/dos.pp svneol=native#text/plain
|
||||||
rtl/msdos/msmouse.pp svneol=native#text/plain
|
rtl/msdos/msmouse.pp svneol=native#text/plain
|
||||||
rtl/msdos/ports.pp svneol=native#text/plain
|
rtl/msdos/ports.pp svneol=native#text/plain
|
||||||
rtl/msdos/prt0.asm svneol=native#text/plain
|
rtl/msdos/prt0s.asm svneol=native#text/plain
|
||||||
rtl/msdos/prt0st.asm svneol=native#text/plain
|
rtl/msdos/prt0st.asm svneol=native#text/plain
|
||||||
rtl/msdos/prt0t.asm svneol=native#text/plain
|
rtl/msdos/prt0t.asm svneol=native#text/plain
|
||||||
rtl/msdos/registers.inc svneol=native#text/plain
|
rtl/msdos/registers.inc svneol=native#text/plain
|
||||||
|
|||||||
@ -249,7 +249,7 @@ begin
|
|||||||
if current_settings.x86memorymodel=mm_tiny then
|
if current_settings.x86memorymodel=mm_tiny then
|
||||||
LinkRes.Add('file ' + maybequoted(FindObjectFile('prt0t','',false)))
|
LinkRes.Add('file ' + maybequoted(FindObjectFile('prt0t','',false)))
|
||||||
else
|
else
|
||||||
LinkRes.Add('file ' + maybequoted(FindObjectFile('prt0','',false)));
|
LinkRes.Add('file ' + maybequoted(FindObjectFile('prt0s','',false)));
|
||||||
while not ObjectFiles.Empty do
|
while not ObjectFiles.Empty do
|
||||||
begin
|
begin
|
||||||
s:=ObjectFiles.GetFirst;
|
s:=ObjectFiles.GetFirst;
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
; nasm -f obj -o prt0.o prt0.asm
|
; nasm -f obj -o prt0s.o prt0s.asm
|
||||||
%define __SMALL__
|
%define __SMALL__
|
||||||
%include "prt0st.asm"
|
%include "prt0st.asm"
|
||||||
Loading…
Reference in New Issue
Block a user