Define F_ARM_5
This commit is contained in:
parent
ca7cd5dc64
commit
bdc7824ee5
|
@ -1,3 +1,7 @@
|
|||
1999-07-05 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* arm.h (F_ARM_5): Define.
|
||||
|
||||
Wed Jun 2 18:08:18 1999 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* internal.h (BEOS_EXE_IMAGE_BASE, BEOS_DLL_IMAGE_BASE): New.
|
||||
|
|
|
@ -54,7 +54,7 @@ struct external_filehdr {
|
|||
#define F_ARM_3M (0x4000)
|
||||
#define F_ARM_4 (0x4400)
|
||||
#define F_ARM_4T (0x4800)
|
||||
#define F_ARM_spare (0x4c00)
|
||||
#define F_ARM_5 (0x4c00)
|
||||
|
||||
/*
|
||||
* ARMMAGIC ought to encoded the procesor type,
|
||||
|
|
Loading…
Reference in New Issue