1. 19 Jul, 2001 5 commits
    • Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h. · 2b85879e
      	* Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on
      	dwarfout.h.
      	* dbxout.c (dbxout_function): Rename dbxout_funciton_decl, move
      	to conditionally compiled block.
      	(dbx_debug_hooks, xcoff_debug_hooks): Update.
      	* dbxout.h (dbxout_function): Remove.
      	* debug.c (do_nothing_debug_hooks): Update.
      	* debug.h (struct gcc_debug_hooks): New hooks function_decl,
      	global_decl, deferred_inline_function.
      	* dwarf2out.c (dwarf2_debug_hooks): Update.
      	(dwarf2out_global_decl): New.
      	* dwarfout.c: Don't include dwarfout.h.
      	(dwarfout_global_decl, dwarfout_function_decl,
      	dwarfout_deferred_inline_function): New.
      	(dwarf_debug_hooks): Update.
      	* dwarfout.h: Remove.
      	* final.c: Don't include dwarfout.h.
      	* sdbout.c (sdbout_global_decl): New.
      	(sdbout_debug_hooks): Update.
      	* toplev.c: Don't include dwarfout.h.
      	(check_global_declarations, rest_of_compilation): Use new debug hooks.
      	(note_deferral_of_defined_inline_function): Remove.
      	* toplev.h (note_deferral_of_defined_inline_function): Remove.
      	* ch/Makefile.in (lex.o): No dependence on dwarfout.h.
      	* ch/lex.c: Don't include dwarfout.h.
      	* cp/Make-lang.in (decl2.o): No dependence on dwarfout.h, dwarf2out.h.
      	(semantics.o, optimize.o): Depend on debug.h not dwarfout.h.
      	* cp/decl2.c: Don't include dwarfout.h and dwarf2out.h.
      	* cp/optimize.c: Include debug.h.
      	(maybe_clone_body): Use debug hook.
      	* cp/semantics.c: Include debug.h.
      	(expand_body): Use debug hook.
      	* po/POTFILES.in: Remove dwarfout.h.
      
      From-SVN: r44145
      Neil Booth committed
    • c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. · c60e94a7
      	* c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
      	* c-parse.in (yyerror, _yylex): Similarly.
      	* cppexp.c (parse_number, parse_defined, lex, _cpp_parse_expr):
      	Don't use CPP_INT, CPP_FLOAT; CPP_NUMBER is enough.
      	Update comments.
      	* cpplib.h (CPP_INT, CPP_FLOAT): Remove.
      	* cp/spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
      
      From-SVN: r44144
      Neil Booth committed
    • class.c (type_requires_array_cookie): New function. · dbc957f1
      	* class.c (type_requires_array_cookie): New function.
      	(check_methods): Don't try to figure out whether the type needs a
      	cookie here.
      	(check_bases_and_members): Set TYPE_VEC_NEW_USES_COOKIE here.
      	* cp-tree.h (TYPE_VEC_DELETE_TAKES_SIZE): Remove.
      	(TYPE_VEC_NEW_USES_COOKIE): Reimplement.
      	* pt.c (instantiate_class_template): Don't set
      	TYPE_VEC_DELETE_TAKES_SIZE.
      	* NEWS: Document ABI changes from GCC 3.0.
      
      From-SVN: r44142
      Mark Mitchell committed
    • dwarf2out.c (dwarf2out_abstract_function): Don't emit in-class declaration at -g1. · 8458e954
      * dwarf2out.c (dwarf2out_abstract_function): Don't emit
      in-class declaration at -g1.  Fixes c++/2814.
      
      From-SVN: r44141
      Jeff Sturm committed
    • gen-num-limits.cc (set_signals_handler): New function. · b2a4c43c
              * src/gen-num-limits.cc (set_signals_handler): New function.
              Factor out signals setting.  Set signal handler for SIGILL.
      
      Co-Authored-By: Bert De Knuydt <Bert.Deknuydt@esat.kuleuven.ac.be>
      
      From-SVN: r44139
      Gabriel Dos Reis committed
  2. 18 Jul, 2001 31 commits
  3. 17 Jul, 2001 4 commits