This is the mail archive of the libc-help@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]

ELF_ARCH, ELF_DATA and ELF_CLASS since 2.6.25


Hi,

Sometime between 2.6.24 and 2.6.25 [1] asm/elf.h was unexported from the
kernel.  A few user-space applications that were using ELF_ARCH, ELF_DATA and
ELF_CLASS since are broken since then.

[1] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6cc931b9b5ec652c90b928f3ec2163f261552c91

Would using conditional checks for __BYTE_ORDER and __WORDSIZE from glibc be
the right way of fixing these applications?  Additionally, how can I get
ELF_ARCH?

Thank you,

Giridhar

PS: I am not subscribed to the list and would appreciate if I am Cc:ed on any
responses.

-- 
Y Giridhar Appaji Nag | http://appaji.net/

Attachment: signature.asc
Description: Digital signature


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