New installation mechanism
authorceriel <none@none>
Mon, 2 Sep 1991 17:47:41 +0000 (17:47 +0000)
committerceriel <none@none>
Mon, 2 Sep 1991 17:47:41 +0000 (17:47 +0000)
mach/m68k2/libem/.distr
mach/m68k2/libem/dia.s
mach/m68k2/libem/shp.s

index ce020b7..82a7303 100644 (file)
@@ -1,9 +1,3 @@
 LIST
-Makefile
-compmodule
-em_end.s
-etext.s
-edata.s
-end.s
 libem_s.a
 READ_ME
index 19f2fb4..c601f9d 100644 (file)
@@ -40,7 +40,7 @@ putchar:
        move.w  #1,-(sp)
        pea     7(sp)
        move.w  #1,-(sp)
-       jsr     _write
+       jsr     __write
        add.l   #8,sp
        rts
 printf:
index 1e2f291..f99a83e 100644 (file)
@@ -16,7 +16,7 @@
        move.l  a0,-(sp)
        move.l  d0,-(sp)
        move.l  d0,.limhp
-       jsr     _brk
+       jsr     __brk
        tst.l   (sp)+
        move.l  (sp)+,a0
        tst.w   d0