gcc.c (process_command): Define 'j' variable when MODIFY_TARGET_NAME is defined.

* gcc.c (process_command): Define 'j' variable when
	MODIFY_TARGET_NAME is defined.

From-SVN: r37571
This commit is contained in:
Zack Weinberg 2000-11-19 19:30:13 +00:00 committed by Zack Weinberg
parent 856442b6f3
commit 2e59adac88
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-11-19 Zack Weinberg <zack@wolery.stanford.edu>
* gcc.c (process_command): Define 'j' variable when
MODIFY_TARGET_NAME is defined.
2000-11-19 Richard Henderson <rth@redhat.com> 2000-11-19 Richard Henderson <rth@redhat.com>
* stor-layout.c (variable_size): Only put SAVE_EXPRs on pending_sizes. * stor-layout.c (variable_size): Only put SAVE_EXPRs on pending_sizes.

View File

@ -2886,6 +2886,7 @@ process_command (argc, argv)
int lang_n_infiles = 0; int lang_n_infiles = 0;
#ifdef MODIFY_TARGET_NAME #ifdef MODIFY_TARGET_NAME
int is_modify_target_name; int is_modify_target_name;
int j;
#endif #endif
GET_ENV_PATH_LIST (gcc_exec_prefix, "GCC_EXEC_PREFIX"); GET_ENV_PATH_LIST (gcc_exec_prefix, "GCC_EXEC_PREFIX");