aboutsummaryrefslogtreecommitdiff
path: root/readline/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-10-07 15:29:57 -0600
committerTom Tromey <tom@tromey.com>2019-08-12 10:57:56 -0600
commitc15a79c78cc0111296b487de3fa59365f13df3bc (patch)
tree1df2d8f7c1429c9bcf70f1e006649daec73dd399 /readline/Makefile.in
parenta2d4e4b70945c1704e5249ad6a9be9d5875a4b0e (diff)
downloadfsf-binutils-gdb-c15a79c78cc0111296b487de3fa59365f13df3bc.zip
fsf-binutils-gdb-c15a79c78cc0111296b487de3fa59365f13df3bc.tar.gz
fsf-binutils-gdb-c15a79c78cc0111296b487de3fa59365f13df3bc.tar.bz2
Remove gdb workaround from readline/xfree.c
There is a gdb-local patch to deal with interrupts during completion. The original thread adding this patch is here: https://sourceware.org/ml/gdb-patches/2011-06/msg00147.html I believe readline now implements the approach suggested by Chet Ramey: https://sourceware.org/ml/gdb-patches/2011-06/msg00493.html So, I believe this patch can be removed. readline/ChangeLog.gdb 2018-10-07 Tom Tromey <tom@tromey.com> * Makefile.in (xfree.o): Don't depend on readline.h. * xfree.c (xfree): Remove gdb workaround. * xmalloc.h (xfree): Remove #define.
Diffstat (limited to 'readline/Makefile.in')
-rw-r--r--readline/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/readline/Makefile.in b/readline/Makefile.in
index 0916d33..1adfc28 100644
--- a/readline/Makefile.in
+++ b/readline/Makefile.in
@@ -437,7 +437,7 @@ vi_mode.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
vi_mode.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
vi_mode.o: history.h ansi_stdlib.h rlstdc.h
xfree.o: ${BUILD_DIR}/config.h
-xfree.o: ansi_stdlib.h readline.h
+xfree.o: ansi_stdlib.h
xmalloc.o: ${BUILD_DIR}/config.h
xmalloc.o: ansi_stdlib.h