RE: [PATCH v2] MIPS: Default to --with-llsc for the R5900 Linux target as well

2018-11-12 Thread Maciej W. Rozycki
On Fri, 9 Nov 2018, mfort...@gmail.com wrote: > Maciej: I'm not able to commit this for Fredrik at the moment, would > you mind doing that for him? Sure, I have applied the change now, using your proposed ChangeLog entry. Maciej

RE: [PATCH v2] MIPS: Default to --with-llsc for the R5900 Linux target as well

2018-11-09 Thread mfortune
Hi Fredrik, > Would it be possible to apply the reviewed patch below? Apologies for the total lack of response from me. Thank-you for your efforts to get this noticed! The patch looks OK to me. I didn't see a ChangeLog entry anywhere but something like the following would be appropriate. gcc/

Re: [PATCH v2] MIPS: Default to --with-llsc for the R5900 Linux target as well

2018-11-07 Thread Fredrik Noring
Hello global GCC reviewers, Would it be possible to apply the reviewed patch below? Thank you, Fredrik On Fri, Oct 19, 2018 at 08:33:33PM +0200, Fredrik Noring wrote: > The Linux kernel requires and emulates LL and SC for the R5900 too. The > special --without-llsc default for the R5900 is ther

[PATCH v2] MIPS: Default to --with-llsc for the R5900 Linux target as well

2018-10-19 Thread Fredrik Noring
The Linux kernel requires and emulates LL and SC for the R5900 too. The special --without-llsc default for the R5900 is therefore not applicable in that case. Reviewed-by: Maciej W. Rozycki --- Changes in v2: - Double spacing instead of single spacing in commit message --- gcc/config.gcc | 8 +