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: RFC: Generate lib-names.h and stubs.h from ABI-LIST


> sysdeps/x86_64/64/shlib-versions has
> 
> x86_64-.*-linux.*	DEFAULT			GLIBC_2.2.5
> x86_64-.*-linux.*	ld=ld-linux-x86-64.so.2	GLIBC_2.2.5
> 
> sysdeps/x86_64/x32/shlib-versions has
> 
> x86_64-.*-linux.*	DEFAULT			GLIBC_2.16
> x86_64-.*-linux.*	ld=ld-linux-x32.so.2	GLIBC_2.16
> x86_64-.*-.*		ABI			x32-@OS@
> 
> Which one to use for x86-64 and x32 builds?

Potentially you can use %ifdef for this.

I think something along the lines of Joseph's idea will be the eventual way
to go.  But I think it is probably too much disruption and too many details
still to be figured out to do all that for 2.16.


Thanks,
Roland


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