1. 02 Mar, 1999 9 commits
    • Makefile.in (MAKEINFO): Use makeinfo built from sibling tree when available. · 010deb4d
              * Makefile.in (MAKEINFO): Use makeinfo built from sibling
              tree when available.
      
      From-SVN: r25533
      Robert Lipe committed
    • alpha.c (alpha_cpu_name, [...]): Add the `const' keyword. · df45c7ea
              * alpha.c (alpha_cpu_name, alpha_cpu_string, alpha_tp_string,
              alpha_fprm_string, alpha_fptm_string, alpha_mlat_string,
              current_function_file): Add the `const' keyword.
              (normal_memory_operand): Mark parameter `mode' with
              ATTRIBUTE_UNUSED.
              (alpha_expand_unaligned_load): Add a default case to a switch.
              * alpha.h (alpha_cpu_string, alpha_fprm_string, alpha_fptm_string,
              alpha_tp_string, alpha_mlat_string): Add the `const' keyword.
              (normal_memory_operand): Add prototype.
              * alpha.md: Cast an expression to `unsigned HOST_WIDE_INT' when
              comparing against one.
      
      From-SVN: r25532
      Kaveh R. Ghazi committed
    • mips.c (abort_with_insn): Make function static... · e2fe6aba
              * mips.c (abort_with_insn): Make function static, add a prototype,
              constify 2nd parameter and mark with ATTRIBUTE_NORETURN.
              (current_function_file, mips_cpu_string, mips_isa_string,
              mips_abi_string, mips_no_mips16_string, mips_entry_string,
              mips_move_1word, mips_move_2words, output_block_move, load_store,
              override_options, make_temp_file, mips16_fp_args): Qualify a char*
              with the `const' keyword.
              * mips.h (current_function_file, mips_cpu_string, mips_isa_string,
              mips_abi_string, mips_entry_string, mips_no_mips16_string,
              mips_move_1word, mips_move_2words, output_block_move): Likewise.
              (abort_with_insn): Remove extern prototype.
              * mips.md: Qualify a char* with the `const' keyword.
              Remove many unused variables named `label'.
      
      From-SVN: r25531
      Kaveh R. Ghazi committed
    • Makefile.in (cpp_install_dir, [...]): New variables. · 9fc9b82a
      �
              * Makefile.in (cpp_install_dir, INSTALL_CPP, UNINSTALL_CPP): New
              variables.
              (install-cpp, uninstall-cpp): New targets.
              (install-normal): Depend on $(INSTALL_CPP).
              (uninstall): Depend on $(UNINSTALL_CPP).
              * configure.in (cpp_install_dir): New, substitute.
              (tmake_file): Added t-install-cpp for --enable-cpp.
              * configure: Rebuilt.
              * cpp.sh: New cpp script.
              * config/t-install-cpp: New target fragment.
      
      From-SVN: r25530
      H.J. Lu committed
    • Makefile.in (cpp_install_dir, [...]): New variables. · 587a4ba6
      p
              * Makefile.in (cpp_install_dir, INSTALL_CPP, UNINSTALL_CPP): New
              variables.
              (install-cpp, uninstall-cpp): New targets.
              (install-normal): Depend on $(INSTALL_CPP).
              (uninstall): Depend on $(UNINSTALL_CPP).
              * configure.in (cpp_install_dir): New, substitute.
              (tmake_file): Added t-install-cpp for --enable-cpp.
              * configure: Rebuilt.
              * cpp.sh: New cpp script.
              * config/t-install-cpp: New target fragment.
      
      From-SVN: r25529
      H.J. Lu committed
    • Makefile.in (cpp_install_dir, [...]): New variables. · 5f90d012
      �
              * Makefile.in (cpp_install_dir, INSTALL_CPP, UNINSTALL_CPP): New
              variables.
              (install-cpp, uninstall-cpp): New targets.
              (install-normal): Depend on $(INSTALL_CPP).
              (uninstall): Depend on $(UNINSTALL_CPP).
              * configure.in (cpp_install_dir): New, substitute.
              (tmake_file): Added t-install-cpp for --enable-cpp.
              * configure: Rebuilt.
              * cpp.sh: New cpp script.
              * config/t-install-cpp: New target fragment.
      
      From-SVN: r25528
      H.J. Lu committed
    • cse.c (fold_rtx): Update comments for (const (minus (label) (label))) case. · ac7ef8d5
              * cse.c (fold_rtx): Update comments for (const (minus (label) (label)))
              case.
              (cse_insn): Avoid creating a bogus REG_EQUAL note for
              (const (minus (label) (label)))
              (record_jump_cond): Fix mismatched paren in comment.
      Fixes powerpc label-label problem.
      Bootstraps on the x86.
      
      Co-Authored-By: Jeffrey A Law <law@cygnus.com>
      
      From-SVN: r25527
      Franz Sirl committed
    • Daily bump. · 560a78fc
      From-SVN: r25526
      Jeff Law committed
    • final.c (end_final): There are 11 words in the "main header" structure, not 10. · d7502074
              * final.c (end_final): There are 11 words in the "main header"
              structure, not 10.
      
      From-SVN: r25524
      Dan Nicolaescu committed
  2. 01 Mar, 1999 11 commits
  3. 28 Feb, 1999 17 commits
  4. 27 Feb, 1999 3 commits