OSDN Git Service

* g77spec.c (lang_specific_driver): Adjust behavior of -v and
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Nov 2001 17:50:06 +0000 (17:50 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Nov 2001 17:50:06 +0000 (17:50 +0000)
commit9718cb7d2b36711c1a73962cc728bebb5d49e973
tree44c44d2b328c1fb6c375af5c36764e49ba8159a5
parentadcf253664d31308cdb346bdf76c56a71fe03644
* g77spec.c (lang_specific_driver): Adjust behavior of -v and
--version for consistency with other front ends.  Remove large
#if 0 block.  Do not add libraries to argv if there are no
input files.
(add_version_magic): Delete all references and dependent code.
* lang-options.h: Delete -fnull-version.
* lang-specs.h: Delete f77-version spec.

* lex.c: Delete logic conditional on ffe_is_null_version() and
now-unused label.
* top.c: Delete ffe_is_null_version_ variable.
(ffe_decode_option): Delete -fnull-version case.
* top.h: Delete declaration of ffe_is_null_version_ and
ffe_is_null_version(), ffe_set_is_null_version() macros.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46883 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/f/ChangeLog
gcc/f/g77spec.c
gcc/f/lang-options.h
gcc/f/lang-specs.h
gcc/f/lex.c
gcc/f/top.c
gcc/f/top.h