summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/h8300/crtn.S
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2015-05-24 02:06:24 +0900
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-10 10:19:39 -0500
commite364302aeaa7fc4f18c66acdbba5dd2c14f77555 (patch)
tree51042019ec3b837fb953730c688f902b921780b0 /libc/sysdeps/linux/h8300/crtn.S
parente9fd792344b30b370346d0224d54edb6a96d5cff (diff)
h8300: Assembly functions
- remove symbol prefix - new startup - new clone syscall support Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/h8300/crtn.S')
-rw-r--r--libc/sysdeps/linux/h8300/crtn.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/h8300/crtn.S b/libc/sysdeps/linux/h8300/crtn.S
index 8f9fa1fac..a390704a6 100644
--- a/libc/sysdeps/linux/h8300/crtn.S
+++ b/libc/sysdeps/linux/h8300/crtn.S
@@ -10,7 +10,7 @@
.section .init
; #NO_APP
.align 1
- .global __init
+ .global _init
; #NO_APP
mov.l @er7+,er6
rts
@@ -19,7 +19,7 @@
.section .fini
; #NO_APP
.align 1
- .global __fini
+ .global _fini
; #NO_APP
mov.l @er7+,er6
rts