MFC r269137 by marcel:
Add missing definition of ELF_MACHINE_OK, now used by gcore(1). PR: 201204
This commit is contained in:
parent
6c9b1bee2d
commit
fda669645d
@ -77,6 +77,8 @@
|
||||
#define ELF_ARCH EM_MIPS
|
||||
#define ELF_ARCH32 EM_MIPS
|
||||
|
||||
#define ELF_MACHINE_OK(x) ((x) == ELF_ARCH)
|
||||
|
||||
/* Define "machine" characteristics */
|
||||
#if __ELF_WORD_SIZE == 32
|
||||
#define ELF_TARG_CLASS ELFCLASS32
|
||||
|
Loading…
x
Reference in New Issue
Block a user