From: ceriel Date: Mon, 23 Sep 1991 13:44:18 +0000 (+0000) Subject: Added X-Git-Tag: release-5-5~832 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4ecf0884233a85dacb4fcaabe3771ab83079c59b;p=ack.git Added --- diff --git a/mach/sparc/libend/.distr b/mach/sparc/libend/.distr new file mode 100644 index 000000000..b48ec8483 --- /dev/null +++ b/mach/sparc/libend/.distr @@ -0,0 +1,2 @@ +LIST +end_s.a diff --git a/mach/sparc/libend/LIST b/mach/sparc/libend/LIST new file mode 100644 index 000000000..fadcf1aaa --- /dev/null +++ b/mach/sparc/libend/LIST @@ -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 index 000000000..799314628 --- /dev/null +++ b/mach/sparc/libend/end.s @@ -0,0 +1,3 @@ +.global __end +.seg "bss" +__end: