Commit fa66fc02 by Richard Guenther Committed by Richard Biener

collect2.c (main): Guard object_nbr variable with TARGET_AIX_VERSION.

2011-11-03  Richard Guenther  <rguenther@suse.de>

	* collect2.c (main): Guard object_nbr variable with TARGET_AIX_VERSION.

From-SVN: r180826
parent 290ebcb7
2011-11-03 Richard Guenther <rguenther@suse.de>
* collect2.c (main): Guard object_nbr variable with TARGET_AIX_VERSION.
2011-11-03 Martin Jambor <mjambor@suse.cz>
* ipa-prop.c (type_change_info): New fields offset, object,
......@@ -1091,7 +1091,9 @@ main (int argc, char **argv)
const char **ld2;
char **object_lst;
const char **object;
#ifdef TARGET_AIX_VERSION
int object_nbr = argc;
#endif
int first_file;
int num_c_args;
char **old_argv;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment