This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] uniform behaviour of sleb128
> On 10 Jan 2017, at 12:09, Nick Clifton <nickc@redhat.com> wrote:
>
> Hi Tristan,
>
>> Thanks, now committed (with the ChangeLog updated).
>
> Oops - there appear to be some regressions:
>
> Checking Binutils in: arm-wince-pe ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: bfin-elf ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: mcore-pe ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: mipsel-linux-gnu ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: s390-linux ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: sh-pe ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: tic54x-coff ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: i686-pc-mingw32 ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: mingw32-pe ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: pdp11-dec-aout ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: z8k-coff ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: alpha-linuxecoff ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: i386-pc-go32 ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: i686-pc-cygwin ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: mipsisa32el-linux ...GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: powerpc-ibm-aix5.2.0 GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: rs6000-aix4.3.3 ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: s390x-ibm-tpf ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: alpha-unknown-osf4.0 GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: mips-sgi-irix6 ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: mips64-linux ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: sparc-aout ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: tic30-unknown-aout . GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: tic4x-coff ... GAS REGRESSION: .sleb128 tests (8)
> Checking Binutils in: x86_64-pc-cygwin ... GAS REGRESSION: .sleb128 tests (8)
>
> Could you have a look at them please ?
Sure. I suppose this is an alignment issue, shouldn't be hard to adjust the testcase.
Thanks for the head up