Subject: CVS commit: syssrc/sys/arch/arm
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 10/19/2001 00:26:25
Module Name:	syssrc
Committed By:	bjh21
Date:		Thu Oct 18 21:26:23 UTC 2001

Modified Files:
	syssrc/sys/arch/arm/arm: undefined.c
	syssrc/sys/arch/arm/include: trap.h

Log Message:
Recognize GDB's default breakpoint instruction (as of GDB 5.0), in addition to
the instruction we used with GDB 4.x.  The new instruction has the advantage
of fitting the pattern that ARM recommend using for instructions that need to
stay undefined.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/arm/arm/undefined.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm/include/trap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.