This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: as error output not -j64 safe


Hi Alan/Mike,

This patch has broken a lot of expected output in the gas testsuite.
Are individual ports expected to deal with the fallout or has this been
done already but awaiting commit? MIPS has 133 failures with this patch
applied.

Regards,
Matthew

> -----Original Message-----
> From: binutils-owner@sourceware.org [mailto:binutils-owner@sourceware.org]
> On Behalf Of Mike Stump
> Sent: 20 May 2014 21:28
> To: Alan Modra
> Cc: Andrew Pinski; binutils
> Subject: Re: as error output not -j64 safe
> 
> On May 16, 2014, at 1:51 AM, Alan Modra <amodra@gmail.com> wrote:
> > OK.
> 
> Thanks.  I noticed you tricksy people switched to git, welcome to 2005.
> 
> > Please also fix as_warn_internal similarly to the above.
> 
> Done.
> 
> > There are quite a few more cases of the same problem in this file, if you
> > care to look..
> 
> Gosh, I want to solve these with fmemopen, but, that is not as portable as
> the existing code...  In any event, I'm not set up to do as much testing as
> I'd like for move invasive changes...
> 
> Here is what I checked in:
> 
> 2014-05-20  Mike Stump  <mikestump@comcast.net>
> 
> 	* messages.c (as_warn_internal): Ensure we don't interleave output
> 	within a single line when make -j is used.
> 	(as_bad_internal): Likewise.


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