* gcc.c (cc1_options): Pass output file as auxbase when
commitd036315fde4b583d14b899ec773856cbbab4dd87
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Aug 2002 16:21:02 +0000 (4 16:21 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Aug 2002 16:21:02 +0000 (4 16:21 +0000)
tree07c681d0f4e663e8dd4fd57fe86b3493b6eabc0f
parent216956fda17a04fa27efb5a4ca0f9aa04615517c
* gcc.c (cc1_options): Pass output file as auxbase when
appropriate.
* profile.c (init_branch_prob): FILENAME has already had ending
stripped.
* final.c (end_final): Likewise.
* toplev.c (aux_base_name): New global.
(compile_file): Pass aux_base_name to init init_branch_prob and
end_final.
(independent_decode_option, case 'a'): New auxinfo options.
(case 'd'): Protect against mising basename.
(do_compile): Initialize aux_base_name.
* toplev.h (aux_base_name): New global.
* doc/invoke.texi: Adjust documentation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56025 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/final.c
gcc/gcc.c
gcc/profile.c
gcc/toplev.c
gcc/toplev.h