0009-shdiv.diff 638 B

123456789101112131415
  1. diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h
  2. index fc4e1f2..1a4cf00 100644
  3. --- a/gcc/config/sh/sh.h
  4. +++ b/gcc/config/sh/sh.h
  5. @@ -649,10 +649,6 @@ do { \
  6. /* ??? Should we use the integer SHmedia function instead? */ \
  7. else if (TARGET_SHCOMPACT && TARGET_FPU_ANY) \
  8. sh_div_strategy = SH_DIV_CALL_FP; \
  9. - /* SH1 .. SH3 cores often go into small-footprint systems, so \
  10. - default to the smallest implementation available. */ \
  11. - else if (TARGET_SH2) /* ??? EXPERIMENTAL */ \
  12. - sh_div_strategy = SH_DIV_CALL_TABLE; \
  13. else \
  14. sh_div_strategy = SH_DIV_CALL_DIV1; \
  15. } \