From: ceriel Date: Thu, 29 Jan 1987 22:45:44 +0000 (+0000) Subject: Initial revision X-Git-Tag: release-5-5~4866 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0a279ebbbd393d46376967ec3d83e07eeaf973ae;p=ack.git Initial revision --- diff --git a/mach/m68020/libsys/LIST b/mach/m68020/libsys/LIST new file mode 100644 index 000000000..75f6496ca --- /dev/null +++ b/mach/m68020/libsys/LIST @@ -0,0 +1,58 @@ +libmon_s.a +exit.s +_exit.s +access.s +acct.s +alarm.s +chdir.s +chmod.s +chown.s +chroot.s +close.s +creat.s +dup.s +dup2.s +execl.s +execve.s +fork.s +ftime.s +getegid.s +getgid.s +getpid.s +getuid.s +stty.s +gtty.s +ioctl.s +kill.s +link.s +lock.s +lseek.s +mknod.s +mount.s +nice.s +open.s +pause.s +pipe.s +profil.s +ptrace.s +read.s +setgid.s +setuid.s +stat.s +stime.s +sync.s +time.s +times.s +umask.s +umount.s +unlink.s +utime.s +write.s +brk.s +wait.s +fstat.s +signal.s +fcntl.s +call.s +cleanup.s +errno.s diff --git a/mach/m68020/libsys/Makefile b/mach/m68020/libsys/Makefile new file mode 100644 index 000000000..5861ef1dd --- /dev/null +++ b/mach/m68020/libsys/Makefile @@ -0,0 +1,29 @@ +# $Header$ +MACH=m68020 +all: libmon_o.a head_em.o + +install: all + ../../install head_em.o head_em + ../../install libmon_o.a tail_mon + + +cmp: all + -../../compare head_em.o head_em + -../../compare libmon_o.a tail_mon + +libmon_o.a: libmon_s.a + ASAR=aal ; export ASAR ;\ + march . libmon_o.a + +head_em.o: head_em.s + $(MACH) -I../../../h -c head_em.s + +clean: + rm -f *.o libmon_o.a + +opr : + make pr | opr + +pr: + @pr `pwd`/head_em.s + @arch pv libmon_s.a | pr -h `pwd`/libmon_s.a