mes/lib/linux/arm-mes-gcc
Janneke Nieuwenhuizen 826c517ad0 arm: lib: Use __init_io.
* lib/linux/arm-mes-gcc/crt1.c (_start): Replace manual initialization
of __stdin, __stdout, __stderr, and environ with __init_io ().
* lib/linux/arm-mes-m2/crt1.M1 (_start): Likewise.
* lib/linux/arm-mes-mescc/crt1.c (_start): Likewise.
2023-09-12 11:04:11 +02:00
..
_exit.c mescc: Mes C Library: ARM: _exit: Inline fake asm. 2021-01-23 08:43:46 +01:00
_write.c mescc: Mes C Library: ARM: _write.c: Inline fake asm. 2021-01-23 08:43:46 +01:00
crt1.c arm: lib: Use __init_io. 2023-09-12 11:04:11 +02:00
crti.c mescc: Mes C Library: Support ARM tcc: Add crti.c, crtn.c. 2021-01-23 08:43:44 +01:00
crtn.c mescc: Mes C Library: Support ARM tcc: Add crti.c, crtn.c. 2021-01-23 08:43:44 +01:00
exit-42.S Add ARM gcc scaffold assembly. 2020-06-13 19:44:29 +02:00
hello-mes.S Add ARM gcc scaffold assembly. 2020-06-13 19:44:29 +02:00
syscall-internal.c Revert syscall split (of commit 55d38162be); 2020-10-06 10:04:29 +02:00
syscall.c mescc: Mes C Library: ARM: syscall.c: Inline fake asm. 2021-01-23 08:43:46 +01:00