New installation mechanism
authorceriel <none@none>
Mon, 2 Sep 1991 14:18:44 +0000 (14:18 +0000)
committerceriel <none@none>
Mon, 2 Sep 1991 14:18:44 +0000 (14:18 +0000)
mach/em22/.distr
mach/em22/Action
mach/em22/libend/.distr [new file with mode: 0644]
mach/em22/libend/LIST [new file with mode: 0644]
mach/em22/libend/edata.e [new file with mode: 0644]
mach/em22/libend/em_end.e [new file with mode: 0644]
mach/em22/libend/end.e [new file with mode: 0644]
mach/em22/libend/etext.e [new file with mode: 0644]

index 0a13fc8..cdd423d 100644 (file)
@@ -1 +1,3 @@
 Action
+libend
+mach_params
index e69de29..294446e 100644 (file)
@@ -0,0 +1,3 @@
+name "em22 etext,edata,end library"
+dir libend
+end
diff --git a/mach/em22/libend/.distr b/mach/em22/libend/.distr
new file mode 100644 (file)
index 0000000..2519bac
--- /dev/null
@@ -0,0 +1,2 @@
+LIST
+end_e.a
diff --git a/mach/em22/libend/LIST b/mach/em22/libend/LIST
new file mode 100644 (file)
index 0000000..76a3044
--- /dev/null
@@ -0,0 +1,5 @@
+end_e.a
+edata.e
+em_end.e
+end.e
+etext.e
diff --git a/mach/em22/libend/edata.e b/mach/em22/libend/edata.e
new file mode 100644 (file)
index 0000000..6a30ccf
--- /dev/null
@@ -0,0 +1,4 @@
+ mes 2,2,2
+ exa edata
+edata
+ con 0
diff --git a/mach/em22/libend/em_end.e b/mach/em22/libend/em_end.e
new file mode 100644 (file)
index 0000000..3bf2bb3
--- /dev/null
@@ -0,0 +1,4 @@
+ mes 2,2,2
+ exa _end
+_end
+ bss 2,0,1
diff --git a/mach/em22/libend/end.e b/mach/em22/libend/end.e
new file mode 100644 (file)
index 0000000..2f8ecdf
--- /dev/null
@@ -0,0 +1,4 @@
+ mes 2,2,2
+ exa end
+end
+ bss 2,0,1
diff --git a/mach/em22/libend/etext.e b/mach/em22/libend/etext.e
new file mode 100644 (file)
index 0000000..386bc3c
--- /dev/null
@@ -0,0 +1,4 @@
+ mes 2,2,2
+ exp $etext
+ pro $etext,0
+ end 0