This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

sh-elf target patch


This patch fixes the build failure I reported earlier today for the
sh-elf target. Please review for inclusion.

2000-05-31  Toshiyasu Morita  <toshi.morita@sega.com>

        * sh.md (untyped_call): Remove excess parameters

*** sh.md.orig  Wed May 31 16:11:02 2000
--- sh.md       Wed May 31 15:46:59 2000
***************
*** 3318,3324 ****
  {
    int i;

!   emit_call_insn (gen_call (operands[0], const0_rtx, const0_rtx, const0_rtx));

    for (i = 0; i < XVECLEN (operands[2], 0); i++)
      {
--- 3318,3324 ----
  {
    int i;

!   emit_call_insn (gen_call (operands[0], const0_rtx));

    for (i = 0; i < XVECLEN (operands[2], 0); i++)
      {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]