mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-04-23 10:29:37 +02:00
Add x32 support to nlist()
This commit is contained in:
parent
cf683a275a
commit
f8d52ead5e
@ -46,7 +46,11 @@
|
|||||||
#elif defined(__amd64__)
|
#elif defined(__amd64__)
|
||||||
|
|
||||||
#define ELF_TARG_MACH EM_X86_64
|
#define ELF_TARG_MACH EM_X86_64
|
||||||
|
#if defined(__ILP32__)
|
||||||
|
#define ELF_TARG_CLASS ELFCLASS32
|
||||||
|
#else
|
||||||
#define ELF_TARG_CLASS ELFCLASS64
|
#define ELF_TARG_CLASS ELFCLASS64
|
||||||
|
#endif
|
||||||
#define ELF_TARG_DATA ELFDATA2LSB
|
#define ELF_TARG_DATA ELFDATA2LSB
|
||||||
|
|
||||||
#elif defined(__arm__)
|
#elif defined(__arm__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user