Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/h8300hms/_exit.S')
-rw-r--r--newlib/libc/sys/h8300hms/_exit.S17
1 files changed, 0 insertions, 17 deletions
diff --git a/newlib/libc/sys/h8300hms/_exit.S b/newlib/libc/sys/h8300hms/_exit.S
deleted file mode 100644
index 7fac3d344..000000000
--- a/newlib/libc/sys/h8300hms/_exit.S
+++ /dev/null
@@ -1,17 +0,0 @@
-#include "setarch.h"
-
-/* `sleep' is passed an argument in r0 that indicates the reason
- the program is exiting. The format of r0 is defined in
- devo/include/wait.h. */
-
-/* extern void _exit (int rc); */
-
- .section .text
- .align 2
- .global __exit
-__exit:
- mov.w #0xdead,r1
- mov.w #0xbeef,r2
- mov.b r0l,r0h
- sub.b r0l,r0l
- sleep