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:
Michael Shigorin 2019-08-07 00:02:09 +02:00 committed by Guillem Jover
parent a4323f2b16
commit 72c68868c8

View File

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