diff options
Diffstat (limited to 'libc/sysdeps/linux/h8300')
-rw-r--r-- | libc/sysdeps/linux/h8300/crtn.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/h8300/crtn.S b/libc/sysdeps/linux/h8300/crtn.S index 8f9fa1fac..89e321868 100644 --- a/libc/sysdeps/linux/h8300/crtn.S +++ b/libc/sysdeps/linux/h8300/crtn.S @@ -14,6 +14,7 @@ ; #NO_APP mov.l @er7+,er6 rts + .size __init, .-__init ; #APP .section .fini @@ -23,6 +24,7 @@ ; #NO_APP mov.l @er7+,er6 rts + .size __fini, .-__fini ; #APP .end |