On 26/11/2020 14:48, Iain Sandoe wrote:
Rainer Orth <r...@cebitec.uni-bielefeld.de> wrote:
unfortunately, Solaris/SPARC results are miserable:
So without further investigation, we cannot use the leb128 directives
with Solaris/SPARC as.
I think Andrew was running GCN (not sure of the results there)
- but, I suppose that the simplest modification is to do
elif … target is darwin
and make it so that other (non-GNU-as) platforms have to opt in.
Agreed: that's certainly the safest option given that we're in stage3.
While it would be nice to be able to use the leb128 directives, I
wouldn't consider this crucial.
I’ll make a version that does this and test it locally.
Great, thanks.
testing this (which ought to be easy for GCN to opt into if wanted):
I've tested the original patch, and there were no new failures for GCN.
Andrew