]> gcc.gnu.org Git - gcc.git/commit - gcc/c-family/ChangeLog
invoke.texi (-dy): Remove.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 17 Nov 2010 14:31:07 +0000 (14:31 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 17 Nov 2010 14:31:07 +0000 (14:31 +0000)
commitb37421c62a163edcc389bb32df13b7589cfe5715
tree0d20227504dcaf792fb3e2663879383129b47382
parent073d7052e568286ab54cf68583340cf0c1d70ebe
invoke.texi (-dy): Remove.

* doc/invoke.texi (-dy): Remove.
* langhooks-def.h (lhd_do_nothing_i): Don't declare.
(LANG_HOOKS_PARSE_FILE): Define to lhd_do_nothing.
* langhooks.c (lhd_do_nothing_i): Remove.
* langhooks.h (lang_hooks.parse_file): Take no arguments.
* toplev.c (set_yydebug): Remove.
(compile_file): Update call to lang_hooks.parse_file.
(decode_d_option): Don't handle -dy.

ada:
* gcc-interface/misc.c (gnat_parse_file): Take no arguments.

c-family:
* c-opts.c (c_common_parse_file): Take no arguments.
* c-common.h (c_common_parse_file): Update prototype.

fortran:
* f95-lang.c (gfc_be_parse_file): Take no arguments.

java:
* jcf-parse.c (java_parse_file): Take no arguments.
* java-tree.h (java_parse_file): Update prototype.

lto:
* lto.c (lto_main): Take no arguments.
* lto.h (lto_main): Update prototype.

From-SVN: r166868
19 files changed:
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/gcc-interface/misc.c
gcc/c-family/ChangeLog
gcc/c-family/c-common.h
gcc/c-family/c-opts.c
gcc/doc/invoke.texi
gcc/fortran/ChangeLog
gcc/fortran/f95-lang.c
gcc/java/ChangeLog
gcc/java/java-tree.h
gcc/java/jcf-parse.c
gcc/langhooks-def.h
gcc/langhooks.c
gcc/langhooks.h
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/lto/lto.h
gcc/toplev.c
This page took 0.06516 seconds and 5 git commands to generate.