Revision version, the divmod and the parity routines have been reimplemented based on libgcc2.c and all the new files are now under GPL+exception.
libgcc/ChangeLog 2014-12-19 Eric Botcazou <ebotca...@adacore.com> * config.host: Add Visium support. * config/visium: New directory. -- Eric Botcazou
libgcc_visium-2.tar.gz
Description: application/compressed-tar
Index: config.host =================================================================== --- config.host (revision 218617) +++ config.host (working copy) @@ -1233,6 +1233,10 @@ vax-*-netbsdelf*) ;; vax-*-openbsd*) ;; +visium-*-elf*) + extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o" + tmake_file="visium/t-visium t-fdpbit" + ;; xstormy16-*-elf) tmake_file="stormy16/t-stormy16 t-fdpbit" ;;