New installation mechanism
authorceriel <none@none>
Mon, 2 Sep 1991 17:00:19 +0000 (17:00 +0000)
committerceriel <none@none>
Mon, 2 Sep 1991 17:00:19 +0000 (17:00 +0000)
mach/m68020/libem/.distr
mach/m68020/libem/LIST
mach/m68020/libem/fat.s
mach/m68020/libem/mon.s
mach/m68020/libem/trp.s
mach/m68020/libem/trpstr.c

index 2969703..d2b4f28 100644 (file)
@@ -1,10 +1,2 @@
 LIST
-Makefile
-compmodule
-em_end.s
-etext.s
-edata.s
-end.s
 libem_s.a
-trpstr.c
-strscript
index c00f673..1087a19 100644 (file)
@@ -10,7 +10,7 @@ set.s
 inn.s
 fat.s
 trp.s
-trpstr.s
+trpstr.c
 mon.s
 nop.s
 dia.s
index 7728387..12fb176 100644 (file)
@@ -7,5 +7,5 @@
        .sect .text
 .fatal:
        jsr     (.trp)
-       jmp     (_exit)
+       jmp     (__exit)
 .align 2
index 4500edf..29a37da 100644 (file)
@@ -10,7 +10,7 @@
        pea     (fmt)
        jsr     (.diagnos)
        add.l   #8, sp
-       jmp     (_exit)
+       jmp     (__exit)
 
 .sect .data
 fmt:   .asciz "system call %d not implemented\n"
index 9a45977..0e7e27b 100644 (file)
@@ -40,11 +40,11 @@ fmt:        .asciz "%s\n"
        rts
 9:
        move.l  d0,-(sp)
-       jsr     (.trpstr)
+       jsr     (__trpstr)
        move.l  d0,(sp)
        pea     (fmt)
        jsr     (.diagnos)
        lea     (4, sp), sp
        illegal
-       jsr     (_exit)
+       jsr     (__exit)
 .align 2
index 9f10026..c2d29f5 100644 (file)
@@ -1,6 +1,6 @@
 #include <em_abs.h>
 char *
-trpstr(d)
+_trpstr(d)
 {
        switch(d)
        {