mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
* tm-hppah.h: #define NEED_TEXT_START_END for target memory
read/write routines for HPUX.
This commit is contained in:
@@ -37,3 +37,9 @@ extern CORE_ADDR millicode_start, millicode_end;
|
||||
&& get_frame_pc (frame) < millicode_end) ? \
|
||||
read_register (31) & ~3 \
|
||||
: read_register (RP_REGNUM) & ~3)
|
||||
|
||||
/* We need to figure out where the text region is so that we use the
|
||||
appropriate ptrace operator to manipulate text. Simply reading/writing
|
||||
user space will crap out HPUX. */
|
||||
|
||||
#define NEED_TEXT_START_END
|
||||
|
||||
Reference in New Issue
Block a user