diff options
author | Tom Tromey <tom@tromey.com> | 2018-09-13 22:24:07 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-09-29 07:07:33 -0600 |
commit | 7f0bd4202c239b44b22645b9ae31fc0eeade1da3 (patch) | |
tree | cf6075962036f6d18f04c60b8a3659ce93a7d7af /gdb/doc/ChangeLog | |
parent | 6424bdfcfc3af751531b927ad3549916d98d8763 (diff) | |
download | gdb-7f0bd4202c239b44b22645b9ae31fc0eeade1da3.zip gdb-7f0bd4202c239b44b22645b9ae31fc0eeade1da3.tar.gz gdb-7f0bd4202c239b44b22645b9ae31fc0eeade1da3.tar.bz2 |
Update gdb's configure instructions
gdb's README and configure instructions in the manual are quite out of
date. They mention options that haven't existed for many years, among
other things.
This patch attempts to modernize the instructions somewhat. It is not
exhaustive, just an improvement -- more could be done. Perhaps even a
couple of the nodes should simply be removed and replaced by
references to the Autoconf manual.
The README file seems to have been generated from the Texinfo at some
point in the past. I did not continue this, but instead edited it
separately.
gdb/ChangeLog
2018-09-29 Tom Tromey <tom@tromey.com>
* PROBLEMS: Rewrite.
* README: Update.
gdb/doc/ChangeLog
2018-09-29 Tom Tromey <tom@tromey.com>
* gdb.texinfo (Requirements): Mention C++, GNU make.
(Requirements): Sort the table. Add more libraries.
(Running Configure): Remove obsolete text.
(Separate Objdir): Likewise.
(Configure Options): Likewise.
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 45aed88..6f9a901 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,11 @@ +2018-09-29 Tom Tromey <tom@tromey.com> + + * gdb.texinfo (Requirements): Mention C++, GNU make. + (Requirements): Sort the table. Add more libraries. + (Running Configure): Remove obsolete text. + (Separate Objdir): Likewise. + (Configure Options): Likewise. + 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com> * gdb.texinfo (Frames): Rewrite the description of 'frame number' |