]> gcc.gnu.org Git - gcc.git/commit
Makefile.in: Update.
authorNeil Booth <neil@daikokuya.co.uk>
Wed, 18 Jun 2003 06:00:06 +0000 (06:00 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Wed, 18 Jun 2003 06:00:06 +0000 (06:00 +0000)
commit903caebf4947dd73a50f7e8405c4290f1c626081
treea292fa66d1c8a6547f19c59f2e263f2f5e28d6b6
parentf3f735eb70c33e4659e9d101c10492d6ff2aec23
Makefile.in: Update.

* Makefile.in: Update.
* common.opt: New options.
* opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
set_Wunused): New.
(common_handle_option): Handle new options.
* toplev.c (set_target_switch): Export.
(set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
(decode_W_option): -Wunused and -Wextra handled in opts.c now.
(independent_decode_option): More options handled in opts.c now.
Change prototype.
* toplev.h (set_target_switch): New.

From-SVN: r68138
gcc/ChangeLog
gcc/Makefile.in
gcc/common.opt
gcc/opts.c
gcc/toplev.c
gcc/toplev.h
This page took 1.802563 seconds and 5 git commands to generate.