MFC: Define the magic number for the ELF trampoline.

This commit is contained in:
cognet 2006-06-30 21:42:52 +00:00
parent 6a074edffb
commit 5e60f60f14

View File

@ -125,4 +125,9 @@ __ElfType(Auxinfo);
#define ELF_TARG_MACH EM_ARM
#define ELF_TARG_VER 1
/*
* Magic number for the elf trampoline, chosen wisely to be an immediate
* value.
*/
#define MAGIC_TRAMP_NUMBER 0x5c000003
#endif /* !_MACHINE_ELF_H_ */