- 04 Mar, 1999 1 commit
-
-
From-SVN: r25573
Jeff Law committed
-
- 03 Mar, 1999 10 commits
-
-
* function.c (current_function_has_computed_jump): Remove duplicate definition. From-SVN: r25571
Jeffrey A Law committed -
Remove ChangeLog entries for flow rewrite for changes that were removed before they were checked in. Remove ChangeLog entries for flow rewrite for changes that were removed before they were checked in. Add Makefile.in changes which were mentioned in the ChangeLog, but never included in Makefile.in. From-SVN: r25570
Richard Henderson committed -
* m68k/m68020-elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Undef. (STARTFILE_SPEC, ENDFILE_SPEC): Define to empty string. From-SVN: r25565
Jim Wilson committed -
* sparc/elf.h (MULDI3_LIBCALL, DIVDI3_LIBCALL, UDIVDI3_LIBCALL, MODDI3_LIBCALL, UMODDI3_LIBCALL, STDC_0_IN_SYSTEM_HEADERS): Undef. (INIT_SUBTARGET_OPTABS): Define to empty. From-SVN: r25564
Jim Wilson committed -
* class.c, decl2.c, method.c, pt.c: Add 'static' to make SunOS 4 cc happy. * decl2.c (import_export_class): Also return if CLASSTYPE_INTERFACE_ONLY is set. From-SVN: r25562
Jason Merrill committed -
From-SVN: r25561
Martin v. Löwis committed -
* decl.c (push_overloaded_decl): Only overwrite the old binding if there was one. * decl2.c (do_local_using_decl): Fix loop termination. From-SVN: r25560
Martin v. Löwis committed -
From-SVN: r25559
Bruce Korb committed -
From-SVN: r25558
Bruce Korb committed -
From-SVN: r25555
Jeff Law committed
-
- 02 Mar, 1999 29 commits
-
-
* cp-tree.h (determine_specialization): Don't declare. * pt.c (determine_specialization): Make it static. Eliminate complain parameter. Note that decl is always non-NULL now, and simplify accordingly. From-SVN: r25554
Mark Mitchell committed -
* decl.c (maybe_push_to_top_level): Always call push_cp_function_context. (pop_from_top_level): Always call pop_cp_function_context. From-SVN: r25553
Mark Mitchell committed -
From-SVN: r25552
Craig Burley committed -
From-SVN: r25551
Craig Burley committed -
From-SVN: r25550
Craig Burley committed -
From-SVN: r25549
Craig Burley committed -
From-SVN: r25548
Craig Burley committed -
From-SVN: r25547
Craig Burley committed -
From-SVN: r25546
Craig Burley committed -
From-SVN: r25545
Craig Burley committed -
From-SVN: r25544
Craig Burley committed -
From-SVN: r25543
Craig Burley committed -
From-SVN: r25542
Craig Burley committed -
From-SVN: r25541
Craig Burley committed -
* sh.c (force_into): New function. (expand_block_move): Use it. From-SVN: r25540
J"orn Rennecke committed -
From-SVN: r25539
Nick Clifton committed -
From-SVN: r25538
Nick Clifton committed -
Fix computation of gcc_tooldir. From-SVN: r25537
Nick Clifton committed -
From-SVN: r25536
Nick Clifton committed -
* unroll.c (copy_loop_body): Don't make extra copies of NOTE_INSN_LOOP_CONT notes. From-SVN: r25535
J"orn Rennecke committed -
* tree.c (save_tree_status): Don't treat functions with no context as nested. From-SVN: r25534
Mark Mitchell committed -
* Makefile.in (MAKEINFO): Use makeinfo built from sibling tree when available. From-SVN: r25533
Robert Lipe committed -
* 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, 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, 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 -
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, 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. (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 -
From-SVN: r25526
Jeff Law committed
-