toplev.c (botch): Remove.
2003-05-31 Aldy Hernandez <aldyh@redhat.com> * toplev.c (botch): Remove. (do_abort): Remove. (set_Wunused): Comment. (set_Wextra): Comment. Remove ^L's. (rest_of_compilation): Factor out common code into functions. (rest_of_handle_inlining): New. (rest_of_handle_ssa): New. (rest_of_handle_cse): New. (rest_of_handle_gcse): New. (rest_of_handle_loop_optimize): New. (rest_of_handle_jump_bypass): New. (rest_of_handle_sibling_calls): New. (rest_of_handle_null_pointer): New. (rest_of_handle_addresof): New. (rest_of_handle_flow): New. (rest_of_handle_branch_prob): New. (rest_of_handle_if_conversion): New. (rest_of_handle_tracer): New. (rest_of_handle_loop2): New. (rest_of_handle_cse2): New. (rest_of_handle_life): New. (rest_of_handle_combine): New. (rest_of_handle_if_after_combine): New. (rest_of_handle_regmove): New. (rest_of_handle_sched): New. (rest_of_handle_old_regalloc): New. (rest_of_handle_new_regalloc): New. (rest_of_handle_regrename): New. (rest_of_handle_reorder_blocks): New. (rest_of_handle_sched2): New. (rest_of_handle_new_regalloc): New. (rest_of_handle_old_regalloc): New. (rest_of_handle_regrename): New. (rest_of_handle_reorder_blocks): New. (rest_of_handle_stack_regs): New. (rest_of_handle_machine_reorg): New. (rest_of_handle_delay_slots): New. (rest_of_handle_final): New. * toplev.h (botch): Remove prototype. (do_abort): Same. From-SVN: r67281
This commit is contained in:
parent
c487d8b607
commit
ddc9542b81
3 changed files with 1192 additions and 961 deletions
|
@ -1,3 +1,48 @@
|
|||
2003-05-31 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* toplev.c (botch): Remove.
|
||||
(do_abort): Remove.
|
||||
(set_Wunused): Comment.
|
||||
(set_Wextra): Comment.
|
||||
Remove ^L's.
|
||||
(rest_of_compilation): Factor out common code into functions.
|
||||
(rest_of_handle_inlining): New.
|
||||
(rest_of_handle_ssa): New.
|
||||
(rest_of_handle_cse): New.
|
||||
(rest_of_handle_gcse): New.
|
||||
(rest_of_handle_loop_optimize): New.
|
||||
(rest_of_handle_jump_bypass): New.
|
||||
(rest_of_handle_sibling_calls): New.
|
||||
(rest_of_handle_null_pointer): New.
|
||||
(rest_of_handle_addresof): New.
|
||||
(rest_of_handle_flow): New.
|
||||
(rest_of_handle_branch_prob): New.
|
||||
(rest_of_handle_if_conversion): New.
|
||||
(rest_of_handle_tracer): New.
|
||||
(rest_of_handle_loop2): New.
|
||||
(rest_of_handle_cse2): New.
|
||||
(rest_of_handle_life): New.
|
||||
(rest_of_handle_combine): New.
|
||||
(rest_of_handle_if_after_combine): New.
|
||||
(rest_of_handle_regmove): New.
|
||||
(rest_of_handle_sched): New.
|
||||
(rest_of_handle_old_regalloc): New.
|
||||
(rest_of_handle_new_regalloc): New.
|
||||
(rest_of_handle_regrename): New.
|
||||
(rest_of_handle_reorder_blocks): New.
|
||||
(rest_of_handle_sched2): New.
|
||||
(rest_of_handle_new_regalloc): New.
|
||||
(rest_of_handle_old_regalloc): New.
|
||||
(rest_of_handle_regrename): New.
|
||||
(rest_of_handle_reorder_blocks): New.
|
||||
(rest_of_handle_stack_regs): New.
|
||||
(rest_of_handle_machine_reorg): New.
|
||||
(rest_of_handle_delay_slots): New.
|
||||
(rest_of_handle_final): New.
|
||||
|
||||
* toplev.h (botch): Remove prototype.
|
||||
(do_abort): Same.
|
||||
|
||||
2003-05-31 Neil Booth <neil@daikokuya.co.uk>
|
||||
|
||||
* Makefile.in (c-opts.o, c-options.h): Update dependencies.
|
||||
|
|
2105
gcc/toplev.c
2105
gcc/toplev.c
File diff suppressed because it is too large
Load diff
|
@ -84,9 +84,6 @@ extern void output_clean_symbol_name PARAMS ((FILE *, const char *));
|
|||
extern void output_quoted_string PARAMS ((FILE *, const char *));
|
||||
extern void output_file_directive PARAMS ((FILE *, const char *));
|
||||
#endif
|
||||
extern void do_abort PARAMS ((void)) ATTRIBUTE_NORETURN;
|
||||
extern void botch PARAMS ((const char *))
|
||||
ATTRIBUTE_NORETURN;
|
||||
|
||||
#ifdef BUFSIZ
|
||||
/* N.B. Unlike all the others, fnotice is just gettext+fprintf, and
|
||||
|
|
Loading…
Add table
Reference in a new issue