]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add missing backslash to update-gnulib.sh
authorTom Tromey <tromey@adacore.com>
Wed, 31 May 2023 12:27:16 +0000 (06:27 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 21 Jun 2023 14:47:05 +0000 (08:47 -0600)
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...

gdb/copyright.py
gnulib/Makefile.in
gnulib/doc/gendocs_template
gnulib/doc/gendocs_template_min
gnulib/update-gnulib.sh

index 5456aca2aa01073987ecfd695b363a7f59014cf2..2fbcaa9d37d0f518dbddc1af97dcc50ab2d52fb2 100755 (executable)
@@ -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",
index 6a2091627d282e1a166b386e8261a6f614d77f0f..8d5bf7f167298e9e89cbd39f6c3b69a26a0f4d34 100644 (file)
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# Copyright (C) 2019-2022 Free Software Foundation, Inc.
+# Copyright (C) 2019-2023 Free Software Foundation, Inc.
 
 # This file is part of GDB.
 
index a101977dfc432c1aab0ff9887360f23aa7e989a8..0415d947be65c2f110ad614ecca011c6691681bf 100644 (file)
@@ -2,7 +2,7 @@
 <!-- Parent-Version: 1.78 -->
 
 <!--
-Copyright (C) 2006-2023 Free Software Foundation, Inc.
+Copyright (C) 2006-2022 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
index 273e741a1d659f5c4a9b845eb6c413d88a6d9023..369f494476a4061eb11974738a5c498ebe96cbb2 100644 (file)
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
 <!--
-Copyright (C) 2007-2023 Free Software Foundation, Inc.
+Copyright (C) 2007-2022 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
index 3aa9f7529128aed08f441b8778afeed5d1724f01..9b0a95500e8d965366f7e1fcbdee2381dd5df598 100755 (executable)
@@ -49,7 +49,7 @@ IMPORTED_GNULIB_MODULES="\
     gettimeofday \
     gitlog-to-changelog \
     glob \
-    inet_ntop
+    inet_ntop \
     inttypes \
     lstat \
     limits-h \