aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-05-31 06:27:16 -0600
committerTom Tromey <tromey@adacore.com>2023-06-21 08:47:05 -0600
commitc9097e37c7bfdb407e1a5f137b69802a61390def (patch)
treef5785bd06826d76c6b075ecaced8807e040d4067 /gdb
parent83aa25512de00bbbc469d3bf2414e99c8374e0d7 (diff)
downloadfsf-binutils-gdb-c9097e37c7bfdb407e1a5f137b69802a61390def.zip
fsf-binutils-gdb-c9097e37c7bfdb407e1a5f137b69802a61390def.tar.gz
fsf-binutils-gdb-c9097e37c7bfdb407e1a5f137b69802a61390def.tar.bz2
Add missing backslash to update-gnulib.sh
A user on irc noticed a missing backslash on one line in update-gnulib.sh. This patch adds it. Re-running update-gnulib.sh causes a few copyright notices to change. Presumably these are from upstream gnulib and shouldn't be touched by our yearly update. I've updated the script to account for this, but I did not want to try testing it...
Diffstat (limited to 'gdb')
-rwxr-xr-xgdb/copyright.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/copyright.py b/gdb/copyright.py
index 5456aca..2fbcaa9 100755
--- a/gdb/copyright.py
+++ b/gdb/copyright.py
@@ -218,6 +218,8 @@ EXCLUDE_LIST = (
"gdb/nat/glibc_thread_db.h",
"gdb/CONTRIBUTE",
"gdbsupport/Makefile.in",
+ "gnulib/doc/gendocs_template",
+ "gnulib/doc/gendocs_template_min",
"gnulib/import",
"gnulib/config.in",
"gnulib/Makefile.in",