New failures in GAS testsuite

Jan Beulich JBeulich@suse.com
Wed Dec 9 11:43:00 GMT 2015


>>> On 09.12.15 at 10:39, <nickc@redhat.com> wrote:
>   I am seeing some new failures in the GAS testsuite for a few targets:
> 
>     Checking Binutils in: mips-elf ... GAS: 4 LD: 1 BIN: 1 done
>       GAS REGRESSION: .file file names  
>       GAS REGRESSION: .file file names ordering 

I'll send a patch for this soon.

>     Checking Binutils in: rx-elf ... GAS: 113 LD: 1 done
>       GAS REGRESSION: .file file names ordering 

My cross build fails for this one:

.../gas/config/tc-rx.c: In function ‘rx_relax_frag’:
.../gas/config/tc-rx.c:1556: error: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘addressT’

So I'll simply hope the same fix as above will do.

>   I am guessing it is due to extra symbols being inserted into the
>   object file, or else non-standard section names.

It's actually that the re-ordering done for the first file name symbol
gets somehow subverted in at least the mips-elf case, such that
section symbols precede the first file one.

Jan



More information about the Binutils mailing list