Added
authorceriel <none@none>
Mon, 23 Sep 1991 13:44:18 +0000 (13:44 +0000)
committerceriel <none@none>
Mon, 23 Sep 1991 13:44:18 +0000 (13:44 +0000)
mach/sparc/libend/.distr [new file with mode: 0644]
mach/sparc/libend/LIST [new file with mode: 0644]
mach/sparc/libend/end.s [new file with mode: 0644]

diff --git a/mach/sparc/libend/.distr b/mach/sparc/libend/.distr
new file mode 100644 (file)
index 0000000..b48ec84
--- /dev/null
@@ -0,0 +1,2 @@
+LIST
+end_s.a
diff --git a/mach/sparc/libend/LIST b/mach/sparc/libend/LIST
new file mode 100644 (file)
index 0000000..fadcf1a
--- /dev/null
@@ -0,0 +1,2 @@
+end_s.a
+end.s
diff --git a/mach/sparc/libend/end.s b/mach/sparc/libend/end.s
new file mode 100644 (file)
index 0000000..7993146
--- /dev/null
@@ -0,0 +1,3 @@
+.global __end
+.seg "bss"
+__end: