diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2011-06-29 16:28:22 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2011-06-29 16:28:22 +0000 |
commit | 6f5def7d9ee6b0f09cefb41a55c72aff77787cfe (patch) | |
tree | b9712c2e45572b707c7568b9e05d8c7773d2a503 | |
parent | 3b2b8feaf4aaa62c7d55ad845c3ff34165a3af22 (diff) | |
download | gdb-6f5def7d9ee6b0f09cefb41a55c72aff77787cfe.zip gdb-6f5def7d9ee6b0f09cefb41a55c72aff77787cfe.tar.gz gdb-6f5def7d9ee6b0f09cefb41a55c72aff77787cfe.tar.bz2 |
* gdb.texinfo (Target Description): Remove warning about
possibly unstable format.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7366ad9..bdff246 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org> + + * gdb.texinfo (Target Description): Remove warning about + possibly unstable format. + 2011-06-03 Tom Tromey <tromey@redhat.com> * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 3a705c2..ca2b4d5 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -36368,10 +36368,6 @@ The formal DTD for the traceframe info format is given below: @appendix Target Descriptions @cindex target descriptions -@strong{Warning:} target descriptions are still under active development, -and the contents and format may change between @value{GDBN} releases. -The format is expected to stabilize in the future. - One of the challenges of using @value{GDBN} to debug embedded systems is that there are so many minor variants of each processor architecture in use. It is common practice for vendors to start with |