Fix hard-coded USRSTACK address, now that it's changed.
This commit is contained in:
parent
8e311daf58
commit
284aeaa1ba
2
gnu/dist/gdb/config/i386/tm-nbsd.h
vendored
2
gnu/dist/gdb/config/i386/tm-nbsd.h
vendored
@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* On NetBSD, sigtramp is above the user stack and immediately below
|
||||
the user area. Using constants here allows for cross debugging. */
|
||||
#define SIGTRAMP_END 0xf7bfe000 /* USRSTACK */
|
||||
#define SIGTRAMP_END 0xefbfe000 /* USRSTACK */
|
||||
#define SIGTRAMP_START (SIGTRAMP_END - 64)
|
||||
|
||||
/* Saved Pc. Get it from sigcontext if within sigtramp. */
|
||||
|
Loading…
Reference in New Issue
Block a user