This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[patch 0/3] readline-6.2 rebase
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Sun, 1 May 2011 14:29:12 +0200
- Subject: [patch 0/3] readline-6.2 rebase
Hi,
the change is prepared with readable separate commits in the branch:
http://sourceware.org/gdb/wiki/ArcherBranchManagement
archer-jankratochvil-readline62
as the patch itself is too huge to post for non-GIT accessible way one can
patch readline-6.2 by 001, move it to src/readline:
ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz
ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001
And patch it by this [patch 1/3], patch [2/3] and patch [3/3].
There files were omitted from the readline-6.2 tree (like before):
Only in readline-6.2-001/doc: history.0
Only in readline-6.2-001/doc: history.dvi
Only in readline-6.2-001/doc: history.html
Only in readline-6.2-001/doc: history.info
Only in readline-6.2-001/doc: history.pdf
Only in readline-6.2-001/doc: history.ps
Only in readline-6.2-001/doc: history_3.ps
Only in readline-6.2-001/doc: readline.0
Only in readline-6.2-001/doc: readline.dvi
Only in readline-6.2-001/doc: readline.html
Only in readline-6.2-001/doc: readline.info
Only in readline-6.2-001/doc: readline.pdf
Only in readline-6.2-001/doc: readline.ps
Only in readline-6.2-001/doc: readline_3.ps
Only in readline-6.2-001/doc: rluserman.dvi
Only in readline-6.2-001/doc: rluserman.html
Only in readline-6.2-001/doc: rluserman.info
Only in readline-6.2-001/doc: rluserman.pdf
Only in readline-6.2-001/doc: rluserman.ps
Only in readline-6.2-001/doc: texinfo.tex
Only in readline-6.2-001/examples: rlwrap-0.30.tar.gz
These file needs autotools rebuild, not included in these attached patches:
readline/configure needs rebuild.
readline/examples/rlfe/configure needs rebuild (it is not used, though).
gdb/config.in needs rebuild.
gdb/configure needs rebuild.
No regressions on {x86_64,x86_64-m32,i686}-fedora15-linux-gnu.
Other platforms would be nice to test.
Thanks,
Jan