diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-05-11 15:47:49 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-05-11 15:47:49 +0000 |
commit | 6fc08d328b2d55be4a45da6a70419bc8b92dc47e (patch) | |
tree | 3a9e578013873e2e778b4c6502646cbd8837fd60 /gdb/doc/ChangeLog | |
parent | 7490d522be7671fe9dd4d69db26dd3cf04ef41df (diff) | |
download | gdb-6fc08d328b2d55be4a45da6a70419bc8b92dc47e.zip gdb-6fc08d328b2d55be4a45da6a70419bc8b92dc47e.tar.gz gdb-6fc08d328b2d55be4a45da6a70419bc8b92dc47e.tar.bz2 |
* gdb.texinfo (Command Files): Move the description of the startup
from here...
(Startup): ...to this new subsection of the Invocation chapter.
Rearrange the description of init files more logically and add a
cross-reference to "Command Files". Document the special gdbinit
name for CISCO 68k. Expand the description of what GDB does
during startup.
(History): Add index entry for HISTSIZE.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 1a9e94a..e368349 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,14 @@ +2005-05-11 Eli Zaretskii <eliz@gnu.org> + + * gdb.texinfo (Command Files): Move the description of the startup + from here... + (Startup): ...to this new subsection of the Invocation chapter. + Rearrange the description of init files more logically and add a + cross-reference to "Command Files". Document the special gdbinit + name for CISCO 68k. Expand the description of what GDB does + during startup. + (History): Add index entry for HISTSIZE. + 2005-05-02 Mark Kettenis <kettenis@gnu.org> * gdb.texinfo (Files): Remove documentation for auto-solib-limit. |