Added the "full" demo to the RISC-V_RV32_SiFive_HiFive1_GCC demo - backup check in only as still a work in progress.

This commit is contained in:
Richard Barry 2019-10-13 22:53:00 +00:00
parent 71d9450836
commit d4216903d9
11 changed files with 1021 additions and 126 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
call __libc_init_array
/*_RB_ call __libc_init_array */
_skip_init: