diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-06-22 04:27:24 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-06-22 04:27:24 +0000 |
commit | f418dd93a819d4345a3f66ebfdc40de4b0666039 (patch) | |
tree | 0a236d316cc30bb0c7e8853c147472fafc036707 /gdb/doc/ChangeLog | |
parent | 30e942055c56a839f58297bcc7612d89afbc73ff (diff) | |
download | gdb-f418dd93a819d4345a3f66ebfdc40de4b0666039.zip gdb-f418dd93a819d4345a3f66ebfdc40de4b0666039.tar.gz gdb-f418dd93a819d4345a3f66ebfdc40de4b0666039.tar.bz2 |
* Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
* agentexpr.texi: Retitle section, and change it to an appendix.
Comment out texinfo initialization. Factor a @var{} into two
pieces to prevent makeinfo warnings.
* gdb.texinfo: Add Agent Expressions appendix.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 9f58e20..60c1ad6 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,11 @@ +2003-06-22 Daniel Jacobowitz <drow@mvista.com> + + * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi. + * agentexpr.texi: Retitle section, and change it to an appendix. + Comment out texinfo initialization. Factor a @var{} into two + pieces to prevent makeinfo warnings. + * gdb.texinfo: Add Agent Expressions appendix. + 2003-06-19 Daniel Jacobowitz <drow@mvista.com> * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED. |