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: Obsolete matherr, _LIB_VERSION, libieee.a


On Wed, 23 Aug 2017, Steve Ellcey wrote:

> I actually have a similar problem with tst-mallocstate and the
> malloc_get_state symbol.  Currently I just remove that test from the makefile
> in order to skip it and I guess I can do the same for this test but we
> will need a solution to this problem at some point and I was wondering
> if you had any ideas.
> 
> Earlier discussion about tst-mallocstate:
> https://sourceware.org/ml/libc-alpha/2016-12/msg00527.html

I think Florian's suggestion from that discussion is a good idea: generate 
a makefile equivalent of abi-versions.h, so that you can write 
conditionals in makefiles that are equivalent to SHLIB_COMPAT conditions 
in C code.

Obviously this is not specific to ILP32 so should be proposed for master 
independent of ILP32 - it's just as useful for other new ports such as 
RISC-V (kernel port hopefully ready for upstream in the not too distant 
future) or ARC (kernel port already upstream).

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