MFC: Define the magic number for the ELF trampoline.
This commit is contained in:
parent
6a074edffb
commit
5e60f60f14
@ -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_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user