Re: [Patch] Add support of AIX response files in collect2

2011-10-21 Thread David Edelsohn
On Fri, Oct 21, 2011 at 6:39 AM, Tristan Gingold wrote: > Hi, > > the AIX linker supports response files with the '-fFILE' command line option. > With this patch, collect2 reads the content of the response files and listed > object files are handled.  Therefore these files are not forgotten by th

[Patch] Add support of AIX response files in collect2

2011-10-21 Thread Tristan Gingold
Hi, the AIX linker supports response files with the '-fFILE' command line option. With this patch, collect2 reads the content of the response files and listed object files are handled. Therefore these files are not forgotten by the collect2 machinery. Although AIX ld supports glob(3) patterns,