Tidy up the RISC-V_RV32_SiFive_HiFive1_GCC demo ready for its eventual release.

This commit is contained in:
Richard Barry 2019-10-14 00:04:53 +00:00
parent d4216903d9
commit 96e61a10a5
151 changed files with 160 additions and 22545 deletions

View file

@ -125,7 +125,7 @@ _start:
/* The RISC-V port only uses new-style constructors and destructors. */
la a0, __libc_fini_array
call atexit
/*_RB_ call __libc_init_array */
call __libc_init_array
_skip_init: