On 16 October 2016 at 11:30, Prathamesh Kulkarni <prathamesh.kulka...@linaro.org> wrote: > Hi, > This patch overrides expand_divmod_libfunc hook for ARM port. > I separated the SImode tests into separate file from DImode tests > because certain arm configs (cortex-15) have hardware div insn for > SImode but not for DImode, and for that config we want SImode tests to > be disabled but not DImode tests. The patch therefore has two > target-effective checks: divmod and divmod_simode. > Cross-tested on arm*-*-*. > OK to commit ? ping https://gcc.gnu.org/ml/gcc-patches/2016-10/msg01240.html
Thanks, Prathamesh > > Thanks, > Prathamesh