diff options
author | Tom Tromey <tom@tromey.com> | 2018-09-30 06:00:01 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-10-01 02:55:26 -0600 |
commit | a95746f91769c0f65e9393ff83aad0871d1a666b (patch) | |
tree | 0cb9d2baaf7b5b13afa2306daa449537b0c72c1e /gdb/doc/ChangeLog | |
parent | 224d30d393654ff0689429505a3e725cdad1cca5 (diff) | |
download | gdb-a95746f91769c0f65e9393ff83aad0871d1a666b.zip gdb-a95746f91769c0f65e9393ff83aad0871d1a666b.tar.gz gdb-a95746f91769c0f65e9393ff83aad0871d1a666b.tar.bz2 |
Copy configure option documentation to gdb.texinfo
I realized that while I'd updated the README, I didn't update
gdb.texinfo to document the options to configure.
This patch copies the text from README into gdb.texinfo, adding
Texinfo markup.
gdb/ChangeLog
2018-10-01 Tom Tromey <tom@tromey.com>
* README: Minor change.
gdb/doc/ChangeLog
2018-10-01 Tom Tromey <tom@tromey.com>
* gdb.texinfo (Configure Options): Document configure options.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6f9a901..a88f499 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2018-10-01 Tom Tromey <tom@tromey.com> + + * gdb.texinfo (Configure Options): Document configure options. + 2018-09-29 Tom Tromey <tom@tromey.com> * gdb.texinfo (Requirements): Mention C++, GNU make. |