]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/argv.c
libiberty.h (writeargv): Declare.
authorNathan Froyd <froydnj@gcc.gnu.org>
Tue, 8 May 2007 00:37:39 +0000 (00:37 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Tue, 8 May 2007 00:37:39 +0000 (00:37 +0000)
commit2091ff6689ae73c4b95338a435d1c6e7b743599e
tree3aff327d968d66aedb2dcdc719740c083d117e18
parentdecc7c8a1cd784b2edeff50ee0f30572237b71f6
libiberty.h (writeargv): Declare.

include/
2007-05-07  Nathan Froyd  <froydnj@codesourcery.com>

* libiberty.h (writeargv): Declare.

libiberty/
2007-05-07  Nathan Froyd  <froydnj@codesourcery.com>

* argv.c (writeargv): New function.

gcc/
2007-05-07  Nathan Froyd  <froydnj@codesourcery.com>

* gcc.c (at_file_supplied): New variable.
(main): Set it if we expanded argv.
(do_spec_1): Pass an @-file to the linker if we were called with
an @-file argument and HAVE_GNU_LD.
* collect2.c (at_file_supplied): New variable.
(response_file): New variable.
(collect_exit): Unlink response_file if necessary.
(handler): Likewise.
(do_wait): Likewise.
(main): Set at_file_supplied if we expanded argv.
(collect_execute): Pass an @-file to subprocesses if we were called
with an @-file argument.
* configure.ac: Add define for HAVE_GNU_LD.
* configure: Regenerate.
* config.in: Regenerate.

From-SVN: r124532
gcc/ChangeLog
gcc/collect2.c
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/gcc.c
include/ChangeLog
include/libiberty.h
libiberty/ChangeLog
libiberty/argv.c