summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1994-02-04 19:50:49 +0000
committermycroft <mycroft@NetBSD.org>1994-02-04 19:50:49 +0000
commit2f22b17ddf42756b049ae2cee72efd589a952f90 (patch)
treece759b6dc52aef287181f72ce26bef7ccde0ca73 /gnu/usr.bin
parent6472543c6b8e091f1088370603bfbf416e8a14f9 (diff)
Set KERNEL_U_ADDR to USRSTACK.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gdb/gdb/arch/m68k/nm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/gdb/arch/m68k/nm.h b/gnu/usr.bin/gdb/gdb/arch/m68k/nm.h
index 6824cf3baf8..527d2af6638 100644
--- a/gnu/usr.bin/gdb/gdb/arch/m68k/nm.h
+++ b/gnu/usr.bin/gdb/gdb/arch/m68k/nm.h
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: nm.h,v 1.1 1994/01/28 12:41:52 pk Exp $
+ $Id: nm.h,v 1.2 1994/02/04 19:50:49 mycroft Exp $
*/
#define PTRACE_ARG3_TYPE caddr_t
@@ -25,7 +25,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
/* This is BSD 4.3 or something like it. */
/* Get kernel u area address at run-time using BSD style nlist (). */
-#define KERNEL_U_ADDR_BSD
+#define KERNEL_U_ADDR USRSTACK
/* This is a piece of magic that is given a register number REGNO
and as BLOCKEND the address in the system of the end of the user structure