mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Fix core file stacks.
This commit is contained in:
@ -20,7 +20,7 @@
|
|||||||
#define HOST_MACHINE_ARCH bfd_arch_vax
|
#define HOST_MACHINE_ARCH bfd_arch_vax
|
||||||
|
|
||||||
#define HOST_TEXT_START_ADDR 0
|
#define HOST_TEXT_START_ADDR 0
|
||||||
#define HOST_STACK_END_ADDR KERNBASE
|
#define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG))
|
||||||
#undef HOST_BIG_ENDIAN_P
|
#undef HOST_BIG_ENDIAN_P
|
||||||
|
|
||||||
/* EXACT TYPES */
|
/* EXACT TYPES */
|
||||||
|
Reference in New Issue
Block a user