summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Fewell2019-06-11 16:25:03 -0500
committerEdward Fewell2019-06-11 16:25:03 -0500
commit955044d6f4e6ddc35dbf774401783d2c5e3a4f44 (patch)
treeec97498b97e5128848a7d75fe0b7308d85e677c4
parent46a2181dbc2d5dc8fa800ca519efc4377a44e9c5 (diff)
downloadopenocd-955044d6f4e6ddc35dbf774401783d2c5e3a4f44.tar.gz
openocd-955044d6f4e6ddc35dbf774401783d2c5e3a4f44.tar.xz
openocd-955044d6f4e6ddc35dbf774401783d2c5e3a4f44.zip
Update build files for latest version of aclocal
-rw-r--r--openocd/Makefile.in12
-rw-r--r--openocd/aclocal.m447
-rwxr-xr-xopenocd/configure1
-rw-r--r--openocd/doc/openocd.info174
-rw-r--r--openocd/doc/openocd.info-110
-rw-r--r--openocd/doc/openocd.info-26
-rw-r--r--openocd/doc/stamp-vti4
-rw-r--r--openocd/doc/version.texi4
8 files changed, 128 insertions, 130 deletions
diff --git a/openocd/Makefile.in b/openocd/Makefile.in
index 963f07a..386aa56 100644
--- a/openocd/Makefile.in
+++ b/openocd/Makefile.in
@@ -1,7 +1,7 @@
1# Makefile.in generated by automake 1.15 from Makefile.am. 1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@ 2# @configure_input@
3 3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc. 4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5 5
6# This Makefile.in is free software; the Free Software Foundation 6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it, 7# gives unlimited permission to copy and/or distribute it,
@@ -3860,7 +3860,7 @@ distdir: $(DISTFILES)
3860 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 3860 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
3861 || chmod -R a+r "$(distdir)" 3861 || chmod -R a+r "$(distdir)"
3862dist-gzip: distdir 3862dist-gzip: distdir
3863 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 3863 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
3864 $(am__post_remove_distdir) 3864 $(am__post_remove_distdir)
3865dist-bzip2: distdir 3865dist-bzip2: distdir
3866 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 3866 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
@@ -3885,7 +3885,7 @@ dist-shar: distdir
3885 @echo WARNING: "Support for shar distribution archives is" \ 3885 @echo WARNING: "Support for shar distribution archives is" \
3886 "deprecated." >&2 3886 "deprecated." >&2
3887 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 3887 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
3888 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 3888 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
3889 $(am__post_remove_distdir) 3889 $(am__post_remove_distdir)
3890dist-zip: distdir 3890dist-zip: distdir
3891 -rm -f $(distdir).zip 3891 -rm -f $(distdir).zip
@@ -3902,7 +3902,7 @@ dist dist-all:
3902distcheck: dist 3902distcheck: dist
3903 case '$(DIST_ARCHIVES)' in \ 3903 case '$(DIST_ARCHIVES)' in \
3904 *.tar.gz*) \ 3904 *.tar.gz*) \
3905 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 3905 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
3906 *.tar.bz2*) \ 3906 *.tar.bz2*) \
3907 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 3907 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
3908 *.tar.lz*) \ 3908 *.tar.lz*) \
@@ -3912,7 +3912,7 @@ distcheck: dist
3912 *.tar.Z*) \ 3912 *.tar.Z*) \
3913 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 3913 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
3914 *.shar.gz*) \ 3914 *.shar.gz*) \
3915 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 3915 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
3916 *.zip*) \ 3916 *.zip*) \
3917 unzip $(distdir).zip ;;\ 3917 unzip $(distdir).zip ;;\
3918 esac 3918 esac
diff --git a/openocd/aclocal.m4 b/openocd/aclocal.m4
index e5ad8ef..3d8505e 100644
--- a/openocd/aclocal.m4
+++ b/openocd/aclocal.m4
@@ -1,6 +1,6 @@
1# generated automatically by aclocal 1.15 -*- Autoconf -*- 1# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
2 2
3# Copyright (C) 1996-2014 Free Software Foundation, Inc. 3# Copyright (C) 1996-2017 Free Software Foundation, Inc.
4 4
5# This file is free software; the Free Software Foundation 5# This file is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it, 6# gives unlimited permission to copy and/or distribute it,
@@ -744,7 +744,6 @@ _LT_CONFIG_SAVE_COMMANDS([
744 cat <<_LT_EOF >> "$cfgfile" 744 cat <<_LT_EOF >> "$cfgfile"
745#! $SHELL 745#! $SHELL
746# Generated automatically by $as_me ($PACKAGE) $VERSION 746# Generated automatically by $as_me ($PACKAGE) $VERSION
747# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
748# NOTE: Changes made to this file will be lost: look at ltmain.sh. 747# NOTE: Changes made to this file will be lost: look at ltmain.sh.
749 748
750# Provide generalized library-building support services. 749# Provide generalized library-building support services.
@@ -8388,7 +8387,7 @@ _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd],
8388])# _LT_PATH_CONVERSION_FUNCTIONS 8387])# _LT_PATH_CONVERSION_FUNCTIONS
8389 8388
8390# longlong.m4 serial 17 8389# longlong.m4 serial 17
8391dnl Copyright (C) 1999-2007, 2009-2015 Free Software Foundation, Inc. 8390dnl Copyright (C) 1999-2007, 2009-2016 Free Software Foundation, Inc.
8392dnl This file is free software; the Free Software Foundation 8391dnl This file is free software; the Free Software Foundation
8393dnl gives unlimited permission to copy and/or distribute it, 8392dnl gives unlimited permission to copy and/or distribute it,
8394dnl with or without modifications, as long as this notice is preserved. 8393dnl with or without modifications, as long as this notice is preserved.
@@ -9458,7 +9457,7 @@ AS_VAR_COPY([$1], [pkg_cv_][$1])
9458AS_VAR_IF([$1], [""], [$5], [$4])dnl 9457AS_VAR_IF([$1], [""], [$5], [$4])dnl
9459])dnl PKG_CHECK_VAR 9458])dnl PKG_CHECK_VAR
9460 9459
9461# Copyright (C) 2002-2014 Free Software Foundation, Inc. 9460# Copyright (C) 2002-2017 Free Software Foundation, Inc.
9462# 9461#
9463# This file is free software; the Free Software Foundation 9462# This file is free software; the Free Software Foundation
9464# gives unlimited permission to copy and/or distribute it, 9463# gives unlimited permission to copy and/or distribute it,
@@ -9473,7 +9472,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
9473[am__api_version='1.15' 9472[am__api_version='1.15'
9474dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 9473dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
9475dnl require some minimum version. Point them to the right macro. 9474dnl require some minimum version. Point them to the right macro.
9476m4_if([$1], [1.15], [], 9475m4_if([$1], [1.15.1], [],
9477 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 9476 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
9478]) 9477])
9479 9478
@@ -9489,14 +9488,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
9489# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 9488# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
9490# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 9489# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
9491AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 9490AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
9492[AM_AUTOMAKE_VERSION([1.15])dnl 9491[AM_AUTOMAKE_VERSION([1.15.1])dnl
9493m4_ifndef([AC_AUTOCONF_VERSION], 9492m4_ifndef([AC_AUTOCONF_VERSION],
9494 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 9493 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
9495_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 9494_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
9496 9495
9497# AM_AUX_DIR_EXPAND -*- Autoconf -*- 9496# AM_AUX_DIR_EXPAND -*- Autoconf -*-
9498 9497
9499# Copyright (C) 2001-2014 Free Software Foundation, Inc. 9498# Copyright (C) 2001-2017 Free Software Foundation, Inc.
9500# 9499#
9501# This file is free software; the Free Software Foundation 9500# This file is free software; the Free Software Foundation
9502# gives unlimited permission to copy and/or distribute it, 9501# gives unlimited permission to copy and/or distribute it,
@@ -9548,7 +9547,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
9548 9547
9549# AM_CONDITIONAL -*- Autoconf -*- 9548# AM_CONDITIONAL -*- Autoconf -*-
9550 9549
9551# Copyright (C) 1997-2014 Free Software Foundation, Inc. 9550# Copyright (C) 1997-2017 Free Software Foundation, Inc.
9552# 9551#
9553# This file is free software; the Free Software Foundation 9552# This file is free software; the Free Software Foundation
9554# gives unlimited permission to copy and/or distribute it, 9553# gives unlimited permission to copy and/or distribute it,
@@ -9579,7 +9578,7 @@ AC_CONFIG_COMMANDS_PRE(
9579Usually this means the macro was only invoked conditionally.]]) 9578Usually this means the macro was only invoked conditionally.]])
9580fi])]) 9579fi])])
9581 9580
9582# Copyright (C) 1999-2014 Free Software Foundation, Inc. 9581# Copyright (C) 1999-2017 Free Software Foundation, Inc.
9583# 9582#
9584# This file is free software; the Free Software Foundation 9583# This file is free software; the Free Software Foundation
9585# gives unlimited permission to copy and/or distribute it, 9584# gives unlimited permission to copy and/or distribute it,
@@ -9770,7 +9769,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
9770 9769
9771# Generate code to set up dependency tracking. -*- Autoconf -*- 9770# Generate code to set up dependency tracking. -*- Autoconf -*-
9772 9771
9773# Copyright (C) 1999-2014 Free Software Foundation, Inc. 9772# Copyright (C) 1999-2017 Free Software Foundation, Inc.
9774# 9773#
9775# This file is free software; the Free Software Foundation 9774# This file is free software; the Free Software Foundation
9776# gives unlimited permission to copy and/or distribute it, 9775# gives unlimited permission to copy and/or distribute it,
@@ -9846,7 +9845,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
9846 9845
9847# Do all the work for Automake. -*- Autoconf -*- 9846# Do all the work for Automake. -*- Autoconf -*-
9848 9847
9849# Copyright (C) 1996-2014 Free Software Foundation, Inc. 9848# Copyright (C) 1996-2017 Free Software Foundation, Inc.
9850# 9849#
9851# This file is free software; the Free Software Foundation 9850# This file is free software; the Free Software Foundation
9852# gives unlimited permission to copy and/or distribute it, 9851# gives unlimited permission to copy and/or distribute it,
@@ -10043,7 +10042,7 @@ for _am_header in $config_headers :; do
10043done 10042done
10044echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 10043echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
10045 10044
10046# Copyright (C) 2001-2014 Free Software Foundation, Inc. 10045# Copyright (C) 2001-2017 Free Software Foundation, Inc.
10047# 10046#
10048# This file is free software; the Free Software Foundation 10047# This file is free software; the Free Software Foundation
10049# gives unlimited permission to copy and/or distribute it, 10048# gives unlimited permission to copy and/or distribute it,
@@ -10064,7 +10063,7 @@ if test x"${install_sh+set}" != xset; then
10064fi 10063fi
10065AC_SUBST([install_sh])]) 10064AC_SUBST([install_sh])])
10066 10065
10067# Copyright (C) 2003-2014 Free Software Foundation, Inc. 10066# Copyright (C) 2003-2017 Free Software Foundation, Inc.
10068# 10067#
10069# This file is free software; the Free Software Foundation 10068# This file is free software; the Free Software Foundation
10070# gives unlimited permission to copy and/or distribute it, 10069# gives unlimited permission to copy and/or distribute it,
@@ -10085,7 +10084,7 @@ AC_SUBST([am__leading_dot])])
10085 10084
10086# Check to see how 'make' treats includes. -*- Autoconf -*- 10085# Check to see how 'make' treats includes. -*- Autoconf -*-
10087 10086
10088# Copyright (C) 2001-2014 Free Software Foundation, Inc. 10087# Copyright (C) 2001-2017 Free Software Foundation, Inc.
10089# 10088#
10090# This file is free software; the Free Software Foundation 10089# This file is free software; the Free Software Foundation
10091# gives unlimited permission to copy and/or distribute it, 10090# gives unlimited permission to copy and/or distribute it,
@@ -10135,7 +10134,7 @@ rm -f confinc confmf
10135 10134
10136# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- 10135# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
10137 10136
10138# Copyright (C) 1997-2014 Free Software Foundation, Inc. 10137# Copyright (C) 1997-2017 Free Software Foundation, Inc.
10139# 10138#
10140# This file is free software; the Free Software Foundation 10139# This file is free software; the Free Software Foundation
10141# gives unlimited permission to copy and/or distribute it, 10140# gives unlimited permission to copy and/or distribute it,
@@ -10174,7 +10173,7 @@ fi
10174 10173
10175# Helper functions for option handling. -*- Autoconf -*- 10174# Helper functions for option handling. -*- Autoconf -*-
10176 10175
10177# Copyright (C) 2001-2014 Free Software Foundation, Inc. 10176# Copyright (C) 2001-2017 Free Software Foundation, Inc.
10178# 10177#
10179# This file is free software; the Free Software Foundation 10178# This file is free software; the Free Software Foundation
10180# gives unlimited permission to copy and/or distribute it, 10179# gives unlimited permission to copy and/or distribute it,
@@ -10203,7 +10202,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
10203AC_DEFUN([_AM_IF_OPTION], 10202AC_DEFUN([_AM_IF_OPTION],
10204[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 10203[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
10205 10204
10206# Copyright (C) 1999-2014 Free Software Foundation, Inc. 10205# Copyright (C) 1999-2017 Free Software Foundation, Inc.
10207# 10206#
10208# This file is free software; the Free Software Foundation 10207# This file is free software; the Free Software Foundation
10209# gives unlimited permission to copy and/or distribute it, 10208# gives unlimited permission to copy and/or distribute it,
@@ -10250,7 +10249,7 @@ AC_LANG_POP([C])])
10250# For backward compatibility. 10249# For backward compatibility.
10251AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) 10250AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
10252 10251
10253# Copyright (C) 2001-2014 Free Software Foundation, Inc. 10252# Copyright (C) 2001-2017 Free Software Foundation, Inc.
10254# 10253#
10255# This file is free software; the Free Software Foundation 10254# This file is free software; the Free Software Foundation
10256# gives unlimited permission to copy and/or distribute it, 10255# gives unlimited permission to copy and/or distribute it,
@@ -10269,7 +10268,7 @@ AC_DEFUN([AM_RUN_LOG],
10269 10268
10270# Check to make sure that the build environment is sane. -*- Autoconf -*- 10269# Check to make sure that the build environment is sane. -*- Autoconf -*-
10271 10270
10272# Copyright (C) 1996-2014 Free Software Foundation, Inc. 10271# Copyright (C) 1996-2017 Free Software Foundation, Inc.
10273# 10272#
10274# This file is free software; the Free Software Foundation 10273# This file is free software; the Free Software Foundation
10275# gives unlimited permission to copy and/or distribute it, 10274# gives unlimited permission to copy and/or distribute it,
@@ -10350,7 +10349,7 @@ AC_CONFIG_COMMANDS_PRE(
10350rm -f conftest.file 10349rm -f conftest.file
10351]) 10350])
10352 10351
10353# Copyright (C) 2009-2014 Free Software Foundation, Inc. 10352# Copyright (C) 2009-2017 Free Software Foundation, Inc.
10354# 10353#
10355# This file is free software; the Free Software Foundation 10354# This file is free software; the Free Software Foundation
10356# gives unlimited permission to copy and/or distribute it, 10355# gives unlimited permission to copy and/or distribute it,
@@ -10410,7 +10409,7 @@ AC_SUBST([AM_BACKSLASH])dnl
10410_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl 10409_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
10411]) 10410])
10412 10411
10413# Copyright (C) 2001-2014 Free Software Foundation, Inc. 10412# Copyright (C) 2001-2017 Free Software Foundation, Inc.
10414# 10413#
10415# This file is free software; the Free Software Foundation 10414# This file is free software; the Free Software Foundation
10416# gives unlimited permission to copy and/or distribute it, 10415# gives unlimited permission to copy and/or distribute it,
@@ -10438,7 +10437,7 @@ fi
10438INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 10437INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
10439AC_SUBST([INSTALL_STRIP_PROGRAM])]) 10438AC_SUBST([INSTALL_STRIP_PROGRAM])])
10440 10439
10441# Copyright (C) 2006-2014 Free Software Foundation, Inc. 10440# Copyright (C) 2006-2017 Free Software Foundation, Inc.
10442# 10441#
10443# This file is free software; the Free Software Foundation 10442# This file is free software; the Free Software Foundation
10444# gives unlimited permission to copy and/or distribute it, 10443# gives unlimited permission to copy and/or distribute it,
@@ -10457,7 +10456,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
10457 10456
10458# Check how to create a tarball. -*- Autoconf -*- 10457# Check how to create a tarball. -*- Autoconf -*-
10459 10458
10460# Copyright (C) 2004-2014 Free Software Foundation, Inc. 10459# Copyright (C) 2004-2017 Free Software Foundation, Inc.
10461# 10460#
10462# This file is free software; the Free Software Foundation 10461# This file is free software; the Free Software Foundation
10463# gives unlimited permission to copy and/or distribute it, 10462# gives unlimited permission to copy and/or distribute it,
diff --git a/openocd/configure b/openocd/configure
index 16f7068..2de4fda 100755
--- a/openocd/configure
+++ b/openocd/configure
@@ -18287,7 +18287,6 @@ $as_echo X"$file" |
18287 cat <<_LT_EOF >> "$cfgfile" 18287 cat <<_LT_EOF >> "$cfgfile"
18288#! $SHELL 18288#! $SHELL
18289# Generated automatically by $as_me ($PACKAGE) $VERSION 18289# Generated automatically by $as_me ($PACKAGE) $VERSION
18290# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18291# NOTE: Changes made to this file will be lost: look at ltmain.sh. 18290# NOTE: Changes made to this file will be lost: look at ltmain.sh.
18292 18291
18293# Provide generalized library-building support services. 18292# Provide generalized library-building support services.
diff --git a/openocd/doc/openocd.info b/openocd/doc/openocd.info
index bdae663..8ecab8e 100644
--- a/openocd/doc/openocd.info
+++ b/openocd/doc/openocd.info
@@ -1,8 +1,8 @@
1This is openocd.info, produced by makeinfo version 6.1 from 1This is openocd.info, produced by makeinfo version 6.5 from
2openocd.texi. 2openocd.texi.
3 3
4This User's Guide documents release 0.10.0, dated 19 June 2018, of the 4This User's Guide documents release 0.10.0, dated 21 September 2018, of
5Open On-Chip Debugger (OpenOCD). 5the Open On-Chip Debugger (OpenOCD).
6 6
7 * Copyright (C) 2008 The OpenOCD Project 7 * Copyright (C) 2008 The OpenOCD Project
8 * Copyright (C) 2007-2008 Spencer Oliver <spen@spen-soft.co.uk> 8 * Copyright (C) 2007-2008 Spencer Oliver <spen@spen-soft.co.uk>
@@ -23,92 +23,92 @@ END-INFO-DIR-ENTRY
23 23
24 24
25Indirect: 25Indirect:
26openocd.info-1: 993 26openocd.info-1: 998
27openocd.info-2: 321536 27openocd.info-2: 321551
28 28
29Tag Table: 29Tag Table:
30(Indirect) 30(Indirect)
31Node: Top993 31Node: Top998
32Node: About3499 32Node: About3509
33Node: Developers7816 33Node: Developers7826
34Node: Debug Adapter Hardware11154 34Node: Debug Adapter Hardware11164
35Node: About Jim-Tcl23336 35Node: About Jim-Tcl23346
36Node: Running25481 36Node: Running25491
37Node: OpenOCD Project Setup30649 37Node: OpenOCD Project Setup30659
38Ref: OpenOCD Project Setup-Footnote-150602 38Ref: OpenOCD Project Setup-Footnote-150612
39Ref: OpenOCD Project Setup-Footnote-250942 39Ref: OpenOCD Project Setup-Footnote-250952
40Ref: OpenOCD Project Setup-Footnote-351210 40Ref: OpenOCD Project Setup-Footnote-351220
41Node: Config File Guidelines51538 41Node: Config File Guidelines51548
42Ref: theinitboardprocedure62412 42Ref: theinitboardprocedure62422
43Ref: definecputargetsworkinginsmp69201 43Ref: definecputargetsworkinginsmp69211
44Ref: theinittargetsprocedure73635 44Ref: theinittargetsprocedure73645
45Ref: theinittargeteventsprocedure75453 45Ref: theinittargeteventsprocedure75463
46Ref: translatingconfigurationfiles77306 46Ref: translatingconfigurationfiles77316
47Ref: Config File Guidelines-Footnote-178533 47Ref: Config File Guidelines-Footnote-178543
48Node: Server Configuration78608 48Node: Server Configuration78618
49Ref: configurationstage78930 49Ref: configurationstage78940
50Ref: enteringtherunstage79782 50Ref: enteringtherunstage79792
51Ref: tcpipports82231 51Ref: tcpipports82241
52Ref: gdbconfiguration84800 52Ref: gdbconfiguration84810
53Ref: gdbbreakpointoverride85115 53Ref: gdbbreakpointoverride85125
54Ref: gdbflashprogram85490 54Ref: gdbflashprogram85500
55Ref: eventpolling86718 55Ref: eventpolling86728
56Node: Debug Adapter Configuration89154 56Node: Debug Adapter Configuration89164
57Ref: hla_interface113420 57Ref: hla_interface113430
58Ref: jtagspeed119086 58Ref: jtagspeed119096
59Node: Reset Configuration122044 59Node: Reset Configuration122054
60Ref: srstandtrstissues124972 60Ref: srstandtrstissues124982
61Node: TAP Declaration137017 61Node: TAP Declaration137027
62Ref: enablinganddisablingtaps148195 62Ref: enablinganddisablingtaps148205
63Ref: autoprobing150842 63Ref: autoprobing150852
64Ref: TAP Declaration-Footnote-1153533 64Ref: TAP Declaration-Footnote-1153543
65Node: CPU Configuration153733 65Node: CPU Configuration153743
66Ref: targettypes156627 66Ref: targettypes156637
67Ref: targetconfiguration159160 67Ref: targetconfiguration159170
68Ref: rtostype164536 68Ref: rtostype164546
69Ref: targetcurstate168481 69Ref: targetcurstate168491
70Ref: targetevents169722 70Ref: targetevents169732
71Node: Flash Commands174713 71Node: Flash Commands174723
72Ref: norconfiguration176245 72Ref: norconfiguration176255
73Ref: flashprogrammingcommands178904 73Ref: flashprogrammingcommands178914
74Ref: flashprotect185150 74Ref: flashprotect185160
75Ref: program185976 75Ref: program185986
76Ref: flashdriverlist186234 76Ref: flashdriverlist186244
77Ref: at91samd195180 77Ref: at91samd195190
78Ref: at91sam3197715 78Ref: at91sam3197725
79Ref: nandconfiguration240689 79Ref: nandconfiguration240699
80Ref: nanddriverlist251076 80Ref: nanddriverlist251086
81Ref: Flash Commands-Footnote-1257476 81Ref: Flash Commands-Footnote-1257486
82Ref: Flash Commands-Footnote-2257642 82Ref: Flash Commands-Footnote-2257652
83Node: Flash Programming257807 83Node: Flash Programming257817
84Node: PLD/FPGA Commands259303 84Node: PLD/FPGA Commands259313
85Node: General Commands261467 85Node: General Commands261477
86Ref: debuglevel263521 86Ref: debuglevel263531
87Ref: targetstatehandling264628 87Ref: targetstatehandling264638
88Ref: resetcommand268384 88Ref: resetcommand268394
89Ref: memoryaccess270654 89Ref: memoryaccess270664
90Ref: imageaccess272281 90Ref: imageaccess272291
91Node: Architecture and Core Commands277050 91Node: Architecture and Core Commands277060
92Ref: armhardwaretracing277520 92Ref: armhardwaretracing277530
93Ref: traceportdrivers285438 93Ref: traceportdrivers285448
94Ref: arm9vectorcatch293716 94Ref: arm9vectorcatch293726
95Ref: xscalevectorcatch302119 95Ref: xscalevectorcatch302129
96Ref: softwaredebugmessagesandtracing317076 96Ref: softwaredebugmessagesandtracing317086
97Node: JTAG Commands321536 97Node: JTAG Commands321551
98Node: Boundary Scan Commands329986 98Node: Boundary Scan Commands330001
99Node: Utility Commands332448 99Node: Utility Commands332463
100Node: TFTP334282 100Node: TFTP334297
101Node: GDB and OpenOCD335151 101Node: GDB and OpenOCD335166
102Ref: programmingusinggdb340046 102Ref: programmingusinggdb340061
103Ref: usingopenocdsmpwithgdb341491 103Ref: usingopenocdsmpwithgdb341506
104Ref: gdbrtossupport342959 104Ref: gdbrtossupport342974
105Node: Tcl Scripting API344654 105Node: Tcl Scripting API344669
106Node: FAQ349456 106Node: FAQ349471
107Ref: faqrtck349566 107Ref: faqrtck349581
108Ref: faqtaporder361448 108Ref: faqtaporder361463
109Node: Tcl Crash Course363211 109Node: Tcl Crash Course363226
110Node: License375209 110Node: License375224
111Node: OpenOCD Concept Index397620 111Node: OpenOCD Concept Index397635
112Node: Command and Driver Index418430 112Node: Command and Driver Index418445
113 113
114End Tag Table 114End Tag Table
diff --git a/openocd/doc/openocd.info-1 b/openocd/doc/openocd.info-1
index d83fff4..4c84f42 100644
--- a/openocd/doc/openocd.info-1
+++ b/openocd/doc/openocd.info-1
@@ -1,8 +1,8 @@
1This is openocd.info, produced by makeinfo version 6.1 from 1This is openocd.info, produced by makeinfo version 6.5 from
2openocd.texi. 2openocd.texi.
3 3
4This User's Guide documents release 0.10.0, dated 19 June 2018, of the 4This User's Guide documents release 0.10.0, dated 21 September 2018, of
5Open On-Chip Debugger (OpenOCD). 5the Open On-Chip Debugger (OpenOCD).
6 6
7 * Copyright (C) 2008 The OpenOCD Project 7 * Copyright (C) 2008 The OpenOCD Project
8 * Copyright (C) 2007-2008 Spencer Oliver <spen@spen-soft.co.uk> 8 * Copyright (C) 2007-2008 Spencer Oliver <spen@spen-soft.co.uk>
@@ -27,8 +27,8 @@ File: openocd.info, Node: Top, Next: About, Up: (dir)
27OpenOCD User's Guide 27OpenOCD User's Guide
28******************** 28********************
29 29
30This User's Guide documents release 0.10.0, dated 19 June 2018, of the 30This User's Guide documents release 0.10.0, dated 21 September 2018, of
31Open On-Chip Debugger (OpenOCD). 31the Open On-Chip Debugger (OpenOCD).
32 32
33 * Copyright (C) 2008 The OpenOCD Project 33 * Copyright (C) 2008 The OpenOCD Project
34 * Copyright (C) 2007-2008 Spencer Oliver <spen@spen-soft.co.uk> 34 * Copyright (C) 2007-2008 Spencer Oliver <spen@spen-soft.co.uk>
diff --git a/openocd/doc/openocd.info-2 b/openocd/doc/openocd.info-2
index be51d9c..55a4774 100644
--- a/openocd/doc/openocd.info-2
+++ b/openocd/doc/openocd.info-2
@@ -1,8 +1,8 @@
1This is openocd.info, produced by makeinfo version 6.1 from 1This is openocd.info, produced by makeinfo version 6.5 from
2openocd.texi. 2openocd.texi.
3 3
4This User's Guide documents release 0.10.0, dated 19 June 2018, of the 4This User's Guide documents release 0.10.0, dated 21 September 2018, of
5Open On-Chip Debugger (OpenOCD). 5the Open On-Chip Debugger (OpenOCD).
6 6
7 * Copyright (C) 2008 The OpenOCD Project 7 * Copyright (C) 2008 The OpenOCD Project
8 * Copyright (C) 2007-2008 Spencer Oliver <spen@spen-soft.co.uk> 8 * Copyright (C) 2007-2008 Spencer Oliver <spen@spen-soft.co.uk>
diff --git a/openocd/doc/stamp-vti b/openocd/doc/stamp-vti
index 108175f..5566f1e 100644
--- a/openocd/doc/stamp-vti
+++ b/openocd/doc/stamp-vti
@@ -1,4 +1,4 @@
1@set UPDATED 19 June 2018 1@set UPDATED 21 September 2018
2@set UPDATED-MONTH June 2018 2@set UPDATED-MONTH September 2018
3@set EDITION 0.10.0 3@set EDITION 0.10.0
4@set VERSION 0.10.0 4@set VERSION 0.10.0
diff --git a/openocd/doc/version.texi b/openocd/doc/version.texi
index 108175f..5566f1e 100644
--- a/openocd/doc/version.texi
+++ b/openocd/doc/version.texi
@@ -1,4 +1,4 @@
1@set UPDATED 19 June 2018 1@set UPDATED 21 September 2018
2@set UPDATED-MONTH June 2018 2@set UPDATED-MONTH September 2018
3@set EDITION 0.10.0 3@set EDITION 0.10.0
4@set VERSION 0.10.0 4@set VERSION 0.10.0