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 'libgloss/m32c/crtn.S')
-rw-r--r--libgloss/m32c/crtn.S13
1 files changed, 13 insertions, 0 deletions
diff --git a/libgloss/m32c/crtn.S b/libgloss/m32c/crtn.S
index 4bbf858c6..d4e86b8a5 100644
--- a/libgloss/m32c/crtn.S
+++ b/libgloss/m32c/crtn.S
@@ -41,5 +41,18 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define W l
#endif
+ .section .init,"ax",@progbits
+ jsr.a _m32c_run_preinit_array
+ jsr.a _m32c_run_init_array
+ exitd
+ .global __m32c_init_end
+__m32c_init_end:
+
+ .section .fini,"ax",@progbits
+
+ exitd
+ .global __m32c_fini_end
+__m32c_fini_end:
+
.text