Make-lang.in (F77_OBJS, [...]): Update.
authorNeil Booth <neil@daikokuya.co.uk>
Sun, 8 Jun 2003 14:42:06 +0000 (14:42 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 8 Jun 2003 14:42:06 +0000 (14:42 +0000)
commit2cdfea3ae80f8952df6bae07d7ebf6c0fceecc51
treec2c30f96aa74213a4a406c1277d222ad47eaa584
parentd79d6feaa13a134680113b32b5c50180b882761b
Make-lang.in (F77_OBJS, [...]): Update.

* Make-lang.in (F77_OBJS, f77.mostlyclean, f/com.o): Update.
(f/f-options.c, f/f-options.h): New.
* com.c: Include opts.h and f-options.h.
(ffecom_decode_include_option_): Remove.
(LANG_HOOKS_HANDLE_OPTION): New.
(LANG_HOOKS_DECODE_OPTION): Drop.
(struct file_name_list, ffecom_decode_include_option,
ffecom_open_include_): Constify.
* com.h (ffecom_decode_include_option): Update.
* lang.opt: New.
* top.c: Include f-options.h, opts.h.
(ffe_is_digit_string_): Constify.
(ffe_decode_option): Transform to ffe_handle_option.
* top.h (ffe_decode_option): Replace with ffe_handle_option.

From-SVN: r67628
gcc/f/ChangeLog
gcc/f/Make-lang.in
gcc/f/com.c
gcc/f/com.h
gcc/f/lang.opt [new file with mode: 0644]
gcc/f/top.c
gcc/f/top.h