MFC r269137 by marcel:

Add missing definition of ELF_MACHINE_OK, now used by gcore(1).

PR:	201204
This commit is contained in:
emaste 2015-07-02 18:27:04 +00:00
parent 6c9b1bee2d
commit fda669645d

View File

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