This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: Fix RH bugzilla 163099


Tom Tromey writes:
 > This patch fixes Red Hat bugzilla #163099.
 > 
 > The bug is that a command line like this will fail in some situations:
 > 
 > gcj --main=whatever one.java two.java libfoo.a
 > 
 > The fix is to rearrange the command line in the combine_inputs case so
 > that the filelist file comes earlier.
 > 
 > Bootstrapped and tested on x86 FC2.
 > 
 > Ok for trunk?
 > 
 > Tom
 > 
 > Index: ChangeLog
 > from  Tom Tromey  <tromey@redhat.com>
 > 	* jvspec.c (lang_specific_driver): Put filelist_filename first on
 > 	command line.

OK.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]