mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +01:00
Add e2k support for nlist()
This is a Russian 64-bit LE VLIW architecture named Elbrus (formerly Elbrus 2000). [guillem@hadrons.org: - Place the entry in alphabetical order. ] Signed-off-by: Guillem Jover <guillem@hadrons.org>
This commit is contained in:
parent
a4323f2b16
commit
72c68868c8
@ -100,6 +100,12 @@
|
||||
#error Unknown AVR32 endianness
|
||||
#endif
|
||||
|
||||
#elif defined(__e2k__)
|
||||
|
||||
#define ELF_TARG_MACH EM_MCST_ELBRUS
|
||||
#define ELF_TARG_CLASS ELFCLASS64
|
||||
#define ELF_TARG_DATA ELFDATA2LSB
|
||||
|
||||
#elif defined(__hppa__)
|
||||
|
||||
#define ELF_TARG_MACH EM_PARISC
|
||||
|
Loading…
Reference in New Issue
Block a user