This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: "make xcheck" questions


On Thu, 17 May 2012, Chris Metcalf wrote:

> 3. It would be nice if it were possible to explain to the c++-types-check
> test that tilegx64 and tilegx32 should have different "data" files to check
> against, but since both tilegx types have config-machine = tilegx, they end
> up using the same "data" file.  So the test passes on tilegx64 (the
> "native" mode) and fails on tilegx32 (the "compat" 32-bit mode).  Not
> ideal, but certainly not a show-stopper.

The best solution to this is to move these baseline files to sysdeps 
directories (they should probably go in the same directories as abilist 
files).  Similarly, localplt baselines should also go in sysdeps 
directories.  If that's done for both of them, then there's no need for 
ABI lines in shlib-versions files any more (but by using ABI lines it's 
probably possible to use separate baselines right now without moving the 
files to sysdeps).

-- 
Joseph S. Myers
joseph@codesourcery.com


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