1. 21 Apr, 2002 6 commits
  2. 20 Apr, 2002 11 commits
    • invoke.texi: Remove Chill references. · 20764052
      	* doc/invoke.texi: Remove Chill references.
      	* doc/gcc.texi: Update last modified date.
      
      From-SVN: r52561
      Joseph Myers committed
    • Remove Chill · 626b711e
      [[Split portion of a mixed commit.]]
      
      From-SVN: r52560.2
      Mark Mitchell committed
    • lib1funcs.asm (___mulsi3): Remove unnecessary push and pop. · 26b29884
      	* config/h8300/lib1funcs.asm (___mulsi3): Remove unnecessary
      	push and pop.  Replace add.l with add.w.
      
      From-SVN: r52559
      Kazu Hirata committed
    • lib1funcs.asm (___mulsi3): Use hardware multiply instructions for H8/300H case. · 59184677
      	* config/h8300/lib1funcs.asm (___mulsi3): Use hardware
      	multiply instructions for H8/300H case.
      
      From-SVN: r52558
      Toshiyasu Morita committed
    • lib1funcs.asm (___cmpsi2, ___ucmpsi2): Bum three instructions from each routine. · b1113e0a
      	* config/h8300/lib1funcs.asm (___cmpsi2, ___ucmpsi2):
      	Bum three instructions from each routine.
      
      From-SVN: r52557
      Toshiyasu Morita committed
    • root.texi: Remove variable version-g77. · 994bca95
      2002-04-20  Toon Moene  <toon@moene.indiv.nluug.nl>
      
      	* root.texi: Remove variable version-g77.
      	* g77.texi: Remove the single use of that variable.
      
      From-SVN: r52556
      Toon Moene committed
    • f77-edit-i-in.f: Restore missing { dg-do run } · 0c69ed55
      2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
      
      	* g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
      
      From-SVN: r52555
      David Billinghurst committed
    • Makefile.in: Update. · b03e38e1
      	* Makefile.in: Update.
      	* decl.c (push_c_function_context, pop_c_function_context,
      	mark_c_function_context): Rename for consistency.
      	* c-objc-common.c (c_objc_common_init): Langhooks set elsewhere.
      	* c-tree.h (push_c_function_context, pop_c_function_context,
      	mark_c_function_context): Rename for consistency.
      	* c-lang.c (LANG_HOOKS_FUNCTION_ENTER_NESTED,
      	LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK): Redefine.
      	* function.c (init_lang_status, save_lang_status,
      	restore_lang_status, mark_lang_status, free_lang_status):
      	Move to langhooks.h.
      	(push_function_context_to, pop_function_context_from,
      	free_after_parsing, prepare_function_start, ggc_mark_struct_function):
      	Update.
      	* function.h (init_lang_status, save_lang_status,
      	restore_lang_status, mark_lang_status, free_lang_status):
      	Move to langhooks.h.
      	* langhooks-def.h (LANG_HOOKS_FUNCTION_INIT,
      	LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_ENTER_NESTED,
      	LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK,
      	LANG_HOOKS_FUNCTION_INITIALIZER): New.
      	(LANG_HOOKS_INITIALIZER): Update.
      	(lhd_do_nothing_f): New.
      	* langhooks.h (struct lang_hooks_for_functions): New.
      	(struct lang_hooks): New hooks.
      	* langhooks.c (lhd_do_nothing_f): New.
      cp:
      	* cp-lang.c (LANG_HOOKS_FUNCTION_INIT,
      	LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_MARK): Redefine.
      	* cp-tree.h (cxx_push_function_context, cxx_pop_function_context,
      	cxx_mark_function_context): New.
      	* decl.c (push_cp_function_context, pop_cp_function_context,
      	mark_cp_function_context): Rename for consistency.
      	(cxx_init_decl_processing): Don't set old hooks.
      objc:
      	* objc-lang.c (LANG_HOOKS_FUNCTION_ENTER_NESTED,
      	LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK): Redefine.
      
      From-SVN: r52551
      Neil Booth committed
    • Daily bump. · c874e8a3
      From-SVN: r52550
      GCC Administrator committed
    • linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define. · db430d26
      2002-04-19  David S. Miller  <davem@redhat.com>
      
      	* config/sparc/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.
      	* config/sparc/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Likewise.
      
      From-SVN: r52546
      David S. Miller committed
    • configure: Rebuilt. · 19367215
      2002-04-19  Hans Boehm <Hans_Boehm@hp.com>
      
      	* configure: Rebuilt.
      	* configure.in (backtrace): Function doesn't work on IA-64.
      
      From-SVN: r52544
      Hans Boehm committed
  3. 19 Apr, 2002 21 commits
  4. 18 Apr, 2002 2 commits
    • localefwd.h (locale::id::_M_id): Do this correctly, as type safety is important,… · 36ce7daa
      localefwd.h (locale::id::_M_id): Do this correctly, as type safety is important, especially on solaris.
      
      
      2002-04-18  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/localefwd.h (locale::id::_M_id): Do this correctly,
      	as type safety is important, especially on solaris.
      	* include/bits/istream.tcc (istream::read): Clean.
      	(istream::readsome): Same.
      	* locale.cc: Wrap lines.
      
      	* testsuite/21_strings/inserters_extractors.cc: Tweaks.
      	* testsuite/27_io/instantiations.cc (test): Add bool variable...
      	* testsuite/21_strings/capacity.cc: Clean.
      
      From-SVN: r52501
      Benjamin Kosnik committed
    • sparc.h (BRANCH_COST): Define. · 2f82dbf8
      2002-04-18  David S. Miller  <davem@redhat.com>
      
      	* config/sparc/sparc.h (BRANCH_COST): Define.
      
      	* fold-const.c (BRANCH_COST): Don't provide default here, expr.h
      	does it.
      
      From-SVN: r52500
      David S. Miller committed