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/PROBLEMS | |
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/PROBLEMS')
-rw-r--r-- | gdb/PROBLEMS | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS index 974f4f0..4e1327f 100644 --- a/gdb/PROBLEMS +++ b/gdb/PROBLEMS @@ -1,6 +1,5 @@ +Known problems in GDB can be found by searching GDB's Bugzilla, here: - Known problems in GDB 7.2.50 + https://sourceware.org/bugzilla/query.cgi?product=gdb - See also: http://www.gnu.org/software/gdb/bugs/ - -None worth mentioning here. +For help on searching, click the "Help" link at the top of the page. |