gcc/libgcc/config/riscv
Jim Wilson 8dc56a2244 RISC-V: Build soft-float divide routines for -mno-fdiv.
Using -mno-fdiv gives linker errors unless we build the missing divide
routines in libgcc always.  There is at least one university project
designing RISC-V parts without FP divide that wants to use the option.

	libgcc/
	* config/riscv/t-softfp32 (softfp_extra): Add FP divide routines

From-SVN: r277723
2019-11-01 13:35:12 -07:00
..
atomic.c Update copyright years. 2019-01-01 13:31:55 +01:00
crti.S
crtn.S
div.S Update copyright years. 2019-01-01 13:31:55 +01:00
linux-unwind.h Update copyright years. 2019-01-01 13:31:55 +01:00
muldi3.S Update copyright years. 2019-01-01 13:31:55 +01:00
multi3.c Update copyright years. 2019-01-01 13:31:55 +01:00
riscv-asm.h Update copyright years. 2019-01-01 13:31:55 +01:00
save-restore.S Update copyright years. 2019-01-01 13:31:55 +01:00
sfp-machine.h Update copyright years. 2019-01-01 13:31:55 +01:00
t-elf
t-elf32
t-elf64
t-softfp32 RISC-V: Build soft-float divide routines for -mno-fdiv. 2019-11-01 13:35:12 -07:00
t-softfp64