From 4ecf0884233a85dacb4fcaabe3771ab83079c59b Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 23 Sep 1991 13:44:18 +0000 Subject: [PATCH] Added --- mach/sparc/libend/.distr | 2 ++ mach/sparc/libend/LIST | 2 ++ mach/sparc/libend/end.s | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 mach/sparc/libend/.distr create mode 100644 mach/sparc/libend/LIST create mode 100644 mach/sparc/libend/end.s 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: -- 2.34.1