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: