]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/argv.c
include/
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 May 2007 00:37:39 +0000 (00:37 +0000)
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 May 2007 00:37:39 +0000 (00:37 +0000)
commitc159e0b70c77b50a2a4b583dcff0244d63a5eb80
tree3aff327d968d66aedb2dcdc719740c083d117e18
parenta9761ef5d0c376008043684e4845cf8f6b9950b2
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124532 138bc75d-0d04-0410-961f-82ee72b054a4
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