changeset 6642:d46b090f5f7e

remove gdb patch * dist-files.mk: remove ref to deleted file * src/gdb-1-readline-8.2.patch: removed file
author John Donoghue <john.donoghue@ieee.org>
date Sat, 25 Feb 2023 12:38:00 -0500
parents 2c8c942791f8
children 5cbb201e9b60
files dist-files.mk src/gdb-1-readline-8.2.patch
diffstat 2 files changed, 0 insertions(+), 32 deletions(-) [+]
line wrap: on
line diff
--- a/dist-files.mk	Fri Feb 24 12:39:14 2023 -0500
+++ b/dist-files.mk	Sat Feb 25 12:38:00 2023 -0500
@@ -121,7 +121,6 @@
   gd.mk \
   gdal-2-ucrt.patch \
   gdal.mk \
-  gdb-1-readline-8.2.patch \
   gdb.mk \
   gdcm-1-nosecapi.patch \
   gdcm-2-getopt.patch \
--- a/src/gdb-1-readline-8.2.patch	Fri Feb 24 12:39:14 2023 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-commit 1add37b567a7dee39d99f37b37802034c3fce9c4
-Author: Andreas Schwab <schwab@linux-m68k.org>
-Date:   Sun Mar 20 14:01:54 2022 +0100
-
-    Add support for readline 8.2
-    
-    In readline 8.2 the type of rl_completer_word_break_characters changed to
-    include const.
-
-diff --git a/gdb/completer.c b/gdb/completer.c
-index d3900ae2014..a51c16ac7f8 100644
---- a/gdb/completer.c
-+++ b/gdb/completer.c
-@@ -36,7 +36,7 @@
-    calling a hook instead so we eliminate the CLI dependency.  */
- #include "gdbcmd.h"
- 
--/* Needed for rl_completer_word_break_characters() and for
-+/* Needed for rl_completer_word_break_characters and for
-    rl_filename_completion_function.  */
- #include "readline/readline.h"
- 
-@@ -2011,7 +2011,7 @@ gdb_completion_word_break_characters_throw ()
-       rl_basic_quote_characters = NULL;
-     }
- 
--  return rl_completer_word_break_characters;
-+  return (char *) rl_completer_word_break_characters;
- }
- 
- char *