summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/h8300/crtn.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/h8300/crtn.S')
-rw-r--r--libc/sysdeps/linux/h8300/crtn.S30
1 files changed, 30 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/h8300/crtn.S b/libc/sysdeps/linux/h8300/crtn.S
new file mode 100644
index 000000000..89e321868
--- /dev/null
+++ b/libc/sysdeps/linux/h8300/crtn.S
@@ -0,0 +1,30 @@
+#ifdef __H8300H__
+ .h8300h
+#endif
+#ifdef __H8300S__
+ .h8300s
+#endif
+ .file "initfini.c"
+; #APP
+
+ .section .init
+; #NO_APP
+ .align 1
+ .global __init
+; #NO_APP
+ mov.l @er7+,er6
+ rts
+ .size __init, .-__init
+; #APP
+
+ .section .fini
+; #NO_APP
+ .align 1
+ .global __fini
+; #NO_APP
+ mov.l @er7+,er6
+ rts
+ .size __fini, .-__fini
+; #APP
+
+ .end