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: [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 ?

This patchlet fixes most regressions, but not on tic4x-coff.
I am investigating.

Tristan.

diff --git a/gas/testsuite/gas/all/sleb128-8.d b/gas/testsuite/gas/all/sleb128-8.d
index 793337c..6190f26 100644
--- a/gas/testsuite/gas/all/sleb128-8.d
+++ b/gas/testsuite/gas/all/sleb128-8.d
@@ -4,4 +4,4 @@
 .*: .*
 
 Contents of section (\.data|\$DATA\$):
- 0000 ffffffff ffff3f .*
+ 0000 ffffffff ffff3f.*


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