r277723 - in /trunk/libgcc: ChangeLog config/ri...

wilson@gcc.gnu.org wilson@gcc.gnu.org
Fri Nov 1 20:35:00 GMT 2019


Author: wilson
Date: Fri Nov  1 20:35:12 2019
New Revision: 277723

URL: https://gcc.gnu.org/viewcvs?rev=277723&root=gcc&view=rev
Log:
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

Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/riscv/t-softfp32



More information about the Gcc-cvs mailing list