diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-04-02 04:31:43 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-04-02 04:31:43 +0000 |
commit | 4368ebebd815a95ace43dba87fbe800a37d314cf (patch) | |
tree | 6ebadb655624c2ee4824b7528a17803d906ba07b | |
parent | 56198f2575ba0da2686679b1f1d10167ea935ecd (diff) | |
download | gdb-4368ebebd815a95ace43dba87fbe800a37d314cf.zip gdb-4368ebebd815a95ace43dba87fbe800a37d314cf.tar.gz gdb-4368ebebd815a95ace43dba87fbe800a37d314cf.tar.bz2 |
Fix gdb.info build error (bad @menu entry)
gdb/doc/ChangeLog:
* gdb.texinfo (GDB/MI Output Records): Fix menu entry for
"GDB/MI Ada Exception Information" node.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 1e464a0..5225a6b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2011-04-02 Joel Brobecker <brobecker@adacore.com> + + * gdb.texinfo (GDB/MI Output Records): Fix menu entry for + "GDB/MI Ada Exception Information" node. + 2011-04-01 Joel Brobecker <brobecker@adacore.com> * gdb.texinfo (GDB/MI Ada Exception Information): Document diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index bccef40..c71d664 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -24947,7 +24947,7 @@ follow development on @email{gdb@@sourceware.org} and * GDB/MI Async Records:: * GDB/MI Frame Information:: * GDB/MI Thread Information:: -* GDB/MI Ada Exception Information +* GDB/MI Ada Exception Information:: @end menu @node GDB/MI Result Records |