summaryrefslogtreecommitdiff
path: root/src/openocd.c
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-08-20 15:10:32 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2006-08-20 15:10:32 +0000
commitda9eedc0f2c338b8ad136a4436a7781edc4a8884 (patch)
tree1102541a767e21f8d64495c092c21fac0cc64902 /src/openocd.c
parent1c1ae777e195c07b4ef0c6085b6ecd0cb6078f42 (diff)
downloadopenocd+libswd-da9eedc0f2c338b8ad136a4436a7781edc4a8884.tar.gz
openocd+libswd-da9eedc0f2c338b8ad136a4436a7781edc4a8884.tar.bz2
openocd+libswd-da9eedc0f2c338b8ad136a4436a7781edc4a8884.tar.xz
openocd+libswd-da9eedc0f2c338b8ad136a4436a7781edc4a8884.zip
- made bp command more verbose
- fixed bug that could result in register corruption on arm920t targets git-svn-id: svn://svn.berlios.de/openocd/trunk@89 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/openocd.c')
-rw-r--r--src/openocd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openocd.c b/src/openocd.c
index 27ca8327..1cbbb625 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -18,7 +18,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
-#define OPENOCD_VERSION "Open On-Chip Debugger (2006-08-17 17:00 CEST)"
+#define OPENOCD_VERSION "Open On-Chip Debugger (2006-08-20 17:00 CEST)"
#ifdef HAVE_CONFIG_H
#include "config.h"