* internal.h (BEOS_EXE_IMAGE_BASE, BEOS_DLL_IMAGE_BASE): New.
This commit is contained in:
parent
22bc31fc03
commit
e461c6c23c
|
@ -1,3 +1,7 @@
|
|||
Wed Jun 2 18:08:18 1999 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* internal.h (BEOS_EXE_IMAGE_BASE, BEOS_DLL_IMAGE_BASE): New.
|
||||
|
||||
Mon May 17 13:35:35 1999 Stan Cox <scox@cygnus.com>
|
||||
|
||||
* coff/arm.h (F_PIC, F_ARM_2, F_ARM_2a, F_ARM_3, F_ARM_3M,
|
||||
|
|
|
@ -89,10 +89,14 @@ typedef struct _IMAGE_DATA_DIRECTORY
|
|||
} IMAGE_DATA_DIRECTORY;
|
||||
#define IMAGE_NUMBEROF_DIRECTORY_ENTRIES 16
|
||||
|
||||
/* default image base for NT */
|
||||
/* Default image base for NT. */
|
||||
#define NT_EXE_IMAGE_BASE 0x400000
|
||||
#define NT_DLL_IMAGE_BASE 0x10000000
|
||||
|
||||
/* Default image base for BeOS. */
|
||||
#define BEOS_EXE_IMAGE_BASE 0x80000000
|
||||
#define BEOS_DLL_IMAGE_BASE 0x10000000
|
||||
|
||||
/* Extra stuff in a PE aouthdr */
|
||||
|
||||
#define PE_DEF_SECTION_ALIGNMENT 0x1000
|
||||
|
|
Loading…
Reference in New Issue