Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/gdb/config/arm Correct SIGTRAMP_* addresses.
details: https://anonhg.NetBSD.org/src/rev/8eafb1c1298a
branches: trunk
changeset: 467506:8eafb1c1298a
user: mark <mark%NetBSD.org@localhost>
date: Thu Mar 25 11:54:15 1999 +0000
description:
Correct SIGTRAMP_* addresses.
diffstat:
gnu/dist/gdb/config/arm/tm-nbsd.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r dcf7d0daa320 -r 8eafb1c1298a gnu/dist/gdb/config/arm/tm-nbsd.h
--- a/gnu/dist/gdb/config/arm/tm-nbsd.h Thu Mar 25 11:53:30 1999 +0000
+++ b/gnu/dist/gdb/config/arm/tm-nbsd.h Thu Mar 25 11:54:15 1999 +0000
@@ -26,8 +26,8 @@
/* On NetBSD, sigtramp is above the user stack and immediately below
the user area. Using constants here allows for cross debugging. */
-#define SIGTRAMP_START(pc) 0xfdbfdfc0
-#define SIGTRAMP_END(pc) 0xfdbfe000 /* USRSTACK */
+#define SIGTRAMP_START(pc) 0xefbfdfc0
+#define SIGTRAMP_END(pc) 0xefbfe000 /* USRSTACK */
/* Saved Pc. Get it from sigcontext if within sigtramp. */
/* Offset to saved PC in sigcontext, from <sys/signal.h>. */
Home |
Main Index |
Thread Index |
Old Index