This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/2] Move readline down one level
- From: Tom Tromey <tom at tromey dot com>
- To: gdb-patches at sourceware dot org
- Date: Mon, 7 Oct 2019 15:28:11 -0600
- Subject: [PATCH 0/2] Move readline down one level
Patch #1 explains this in more detail, but a quick recap is that
rather than removing readline from the tree, now I think it's better
to move it so that the eventual move of gdbsupport to the top level
does not cause build regressions.
This series implements this idea, and then cleans up some ugliness
caused by earlier work in this area.
Perhaps if we ship an unmodified readline for several years, we can
again consider removing it from the tree.
Tested by building with both the included readline and the system
readline.
Let me know what you think.
Tom