Re: -al

2006-03-11 Thread Nick Clifton
Hi Daniel, *** main (int argc, char ** argv) *** 1205,1211 keep_it = 0; if (!keep_it) ! unlink_if_ordinary (out_file_name); input_scrub_end (); --- 1206,1212 keep_it = 0; if (!keep_it) ! unlink (out_file_name); input_scrub_end ();

Re: -al

2006-03-10 Thread George M. Gallant, Jr.
Daniel, I don't understand the context of you question. The patch from Nick seems to fix my concern. George On Fri, 2006-03-10 at 13:22 -0500, Daniel Jacobowitz wrote: On Wed, Mar 08, 2006 at 10:19:56AM +, Nick Clifton wrote: > *** main (int argc, char ** argv) > *** 1205,1

Re: -al

2006-03-10 Thread Daniel Jacobowitz
On Fri, Mar 10, 2006 at 08:40:18PM -0500, George M. Gallant, Jr. wrote: > Daniel, > > I don't understand the context of you question. The patch from Nick > seems to > fix my concern. Right - it was directed at Nick. -- Daniel Jacobowitz CodeSourcery ___

Re: -al

2006-03-10 Thread Daniel Jacobowitz
On Wed, Mar 08, 2006 at 10:19:56AM +, Nick Clifton wrote: > *** main (int argc, char ** argv) > *** 1205,1211 > keep_it = 0; > > if (!keep_it) > ! unlink_if_ordinary (out_file_name); > > input_scrub_end (); > > --- 1206,1212 > keep_it = 0;

Re: -al

2006-03-10 Thread Nick Clifton
Hi George, I have been using the -al=file to generate assembler listing files. In version 2.16 this is being interpreted as --alternate. Oops - sorry - please ignore my previous post. I missed that you were using the '=file' syntax. When I added that to the command line of my 2.16 test bui

Re: -al

2006-03-08 Thread Nick Clifton
Hi George, I have been using the -al=file to generate assembler listing files. In version 2.16 this is being interpreted as --alternate. I am unable to reproduce this problem, either using the 2.16 branch sources or the current CVS mainline sources. For example: % arm-elf-gas -al nop.s