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: New failures in GAS testsuite


>>> 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


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